Html Css Color HEX #8CC03E Atlantis

📋 copy color: '#8CC03E'

red 140 ◦ green 192 ◦ blue 62

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

Shades of Atlantis #8CC03E

Tints of Atlantis #8CC03E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.73%

 BLUE value IS 62 (24.61% from 255) = 15.74%

R = 35.53%
G = 48.73%
B = 15.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#8CC03E (or 0x8CC03E) is known color: Atlantis. HEX triplet: 8C, C0 and 3E. RGB value is (140,192,62). Sum of RGB (Red+Green+Blue) = 140+192+62=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC03E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC03E is #733FC1. Grayscale: #A2A2A2. Windows color (decimal): -7552962 or 4112524. OLE color: 4112524.

HSL color Cylindrical-coordinate representation of color #8CC03E: hue angle of 84º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CC03E is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 62 -
CMYK 0.27 0 0.68 0.25
HSL 84º 0.51% 0.5% -
HSV(B) 84º 0.68% 0.75% -
XYZ 30.53 43.62 11.37 -
YUV 161.63 71.77 112.57 -
System Red Green Blue C M Y K H S L
Decimal 140 192 62 0.27 0 0.68 0.25 84 0.51 0.5
Hex 8C C0 3E 1B 0 44 19 54 33 32
Octal 214 300 76 33 0 104 31 124 63 62
Binary 10001100 11000000 111110 11011 0 1000100 11001 1010100 110011 110010

Color Harmonies of #8CC03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC03E

Black with #8CC03E

Text Example


Text Example

White with #8CC03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,62); }

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

background-color css

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

 a { background-color: rgb(140,192,62); }

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

border-color css

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

 span { border-color: rgb(140,192,62); }

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