#8CD04B

Color #8CD04B Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8CD04B

Tints of Atlantis #8CD04B

Color information

#8CD04B (or 0x8CD04B) is unknown color: approx Atlantis. HEX triplet: 8C, D0 and 4B. RGB value is (140,208,75). Sum of RGB (Red+Green+Blue) = 140+208+75=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD04B is #732FB4. Grayscale: #ACACAC. Windows color (decimal): -7548853 or 4968588. OLE color: 4968588.

HSL color Cylindrical-coordinate representation of color #8CD04B: hue angle of 90.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CD04B is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB14020875-
CMYK0.3300.640.18
HSL90.68º58.59%55.49%-
HSV(B)90.68º63.94%81.57%-
XYZ34.6451.214.71-
YUV172.5172.97104.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 33.10%
GREEN value IS 208 (81.64% from 255) = 49.17%
BLUE value IS 75 (29.69% from 255) = 17.73%
R=33.10%
G=49.17%
B=17.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140208750.3300.640.1890.6858.5955.49
Hex8CD04B21040125b3b37
Octal214320113410100221337367
Binary1000110011010000100101110000101000000100101011011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CD04B; }

 p { color: rgb(140,208,75); }

 H1.HeaderClassName
 {
   color: #8CD04B;
 }
 .AnyTagClassName
 {
   color: #8CD04B;
 }
</style>
background-color css

<style>
 a { background-color: #8CD04B; }

 a { background-color: rgb(140,208,75); }

 div.DivClassName
 {
   background-color: #8CD04B;
 }
 .BgClassName
 {
   background-color: #8CD04B;
 }
</style>
border-color css

<style>
 span { border-color: #8CD04B; }

 span { border-color: rgb(140,208,75); }

 td.TdClassName
 {
   border-color: #8CD04B;
 }
 .TagClassName
 {
   border-color: #8CD04B;
 }
</style>