Html Css Color HEX #8CDB4A Atlantis

📋 copy color: '#8CDB4A'

red 140 ◦ green 219 ◦ blue 74

#8CDB4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #8CDB4A

Tints of Atlantis #8CDB4A

RGB

 RED value IS 140 (55.08% from 255) = 32.33%

 GREEN value IS 219 (85.94% from 255) = 50.58%

 BLUE value IS 74 (29.3% from 255) = 17.09%

R = 32.33%
G = 50.58%
B = 17.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#8CDB4A (or 0x8CDB4A) is known color: Atlantis. HEX triplet: 8C, DB and 4A. RGB value is (140,219,74). Sum of RGB (Red+Green+Blue) = 140+219+74=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDB4A is #7324B5. Grayscale: #B3B3B3. Windows color (decimal): -7546038 or 4905868. OLE color: 4905868.

HSL color Cylindrical-coordinate representation of color #8CDB4A: hue angle of 92.69º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CDB4A is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 219 74 -
CMYK 0.36 0 0.66 0.14
HSL 92.69º 0.67% 0.57% -
HSV(B) 92.69º 0.66% 0.86% -
XYZ 37.38 56.73 15.46 -
YUV 178.85 68.83 100.29 -
System Red Green Blue C M Y K H S L
Decimal 140 219 74 0.36 0 0.66 0.14 92.69 0.67 0.57
Hex 8C DB 4A 24 0 42 E 5D 43 39
Octal 214 333 112 44 0 102 16 135 103 71
Binary 10001100 11011011 1001010 100100 0 1000010 1110 1011101 1000011 111001

Color Harmonies of #8CDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDB4A

Black with #8CDB4A

Text Example


Text Example

White with #8CDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,219,74); }

 H1.HeaderClassName
 {
   color: #8CDB4A;
 }
 .AnyTagClassName
 {
   color: #8CDB4A;
 }
</style>

background-color css

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

 a { background-color: rgb(140,219,74); }

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

border-color css

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

 span { border-color: rgb(140,219,74); }

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