Html Css Color HEX #8CCE4C Atlantis

📋 copy color: '#8CCE4C'

red 140 ◦ green 206 ◦ blue 76

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

Shades of Atlantis #8CCE4C

Tints of Atlantis #8CCE4C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.82%

 BLUE value IS 76 (30.08% from 255) = 18.01%

R = 33.18%
G = 48.82%
B = 18.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#8CCE4C (or 0x8CCE4C) is known color: Atlantis. HEX triplet: 8C, CE and 4C. RGB value is (140,206,76). Sum of RGB (Red+Green+Blue) = 140+206+76=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCE4C is #7331B3. Grayscale: #ABABAB. Windows color (decimal): -7549364 or 5033612. OLE color: 5033612.

HSL color Cylindrical-coordinate representation of color #8CCE4C: hue angle of 90.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CCE4C is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 206 76 -
CMYK 0.32 0 0.63 0.19
HSL 90.46º 0.57% 0.55% -
HSV(B) 90.46º 0.63% 0.81% -
XYZ 34.19 50.24 14.73 -
YUV 171.45 74.13 105.57 -
System Red Green Blue C M Y K H S L
Decimal 140 206 76 0.32 0 0.63 0.19 90.46 0.57 0.55
Hex 8C CE 4C 20 0 3F 13 5A 39 37
Octal 214 316 114 40 0 77 23 132 71 67
Binary 10001100 11001110 1001100 100000 0 111111 10011 1011010 111001 110111

Color Harmonies of #8CCE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCE4C

Black with #8CCE4C

Text Example


Text Example

White with #8CCE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,206,76); }

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

background-color css

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

 a { background-color: rgb(140,206,76); }

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

border-color css

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

 span { border-color: rgb(140,206,76); }

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