Html Css Color HEX #8CCB40 Atlantis

📋 copy color: '#8CCB40'

red 140 ◦ green 203 ◦ blue 64

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

Shades of Atlantis #8CCB40

Tints of Atlantis #8CCB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.88%

 BLUE value IS 64 (25.39% from 255) = 15.72%

R = 34.4%
G = 49.88%
B = 15.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#8CCB40 (or 0x8CCB40) is known color: Atlantis. HEX triplet: 8C, CB and 40. RGB value is (140,203,64). Sum of RGB (Red+Green+Blue) = 140+203+64=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCB40 is #7334BF. Grayscale: #A8A8A8. Windows color (decimal): -7550144 or 4246412. OLE color: 4246412.

HSL color Cylindrical-coordinate representation of color #8CCB40: hue angle of 87.19º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CCB40 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 203 64 -
CMYK 0.31 0 0.68 0.20
HSL 87.19º 0.57% 0.52% -
HSV(B) 87.19º 0.68% 0.8% -
XYZ 33.1 48.66 12.5 -
YUV 168.32 69.13 107.8 -
System Red Green Blue C M Y K H S L
Decimal 140 203 64 0.31 0 0.68 0.20 87.19 0.57 0.52
Hex 8C CB 40 1F 0 44 14 57 39 34
Octal 214 313 100 37 0 104 24 127 71 64
Binary 10001100 11001011 1000000 11111 0 1000100 10100 1010111 111001 110100

Color Harmonies of #8CCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCB40

Black with #8CCB40

Text Example


Text Example

White with #8CCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,203,64); }

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

background-color css

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

 a { background-color: rgb(140,203,64); }

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

border-color css

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

 span { border-color: rgb(140,203,64); }

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