Html Css Color HEX #8ECC4A Atlantis

📋 copy color: '#8ECC4A'

red 142 ◦ green 204 ◦ blue 74

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

Shades of Atlantis #8ECC4A

Tints of Atlantis #8ECC4A

RGB

 RED value IS 142 (55.86% from 255) = 33.81%

 GREEN value IS 204 (80.08% from 255) = 48.57%

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

R = 33.81%
G = 48.57%
B = 17.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#8ECC4A (or 0x8ECC4A) is known color: Atlantis. HEX triplet: 8E, CC and 4A. RGB value is (142,204,74). Sum of RGB (Red+Green+Blue) = 142+204+74=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECC4A is #7133B5. Grayscale: #ABABAB. Windows color (decimal): -7418806 or 4902030. OLE color: 4902030.

HSL color Cylindrical-coordinate representation of color #8ECC4A: hue angle of 88.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ECC4A is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 204 74 -
CMYK 0.30 0 0.64 0.2
HSL 88.62º 0.56% 0.55% -
HSV(B) 88.62º 0.64% 0.8% -
XYZ 33.98 49.43 14.23 -
YUV 170.64 73.46 107.57 -
System Red Green Blue C M Y K H S L
Decimal 142 204 74 0.30 0 0.64 0.2 88.62 0.56 0.55
Hex 8E CC 4A 1E 0 40 14 59 38 37
Octal 216 314 112 36 0 100 24 131 70 67
Binary 10001110 11001100 1001010 11110 0 1000000 10100 1011001 111000 110111

Color Harmonies of #8ECC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECC4A

Black with #8ECC4A

Text Example


Text Example

White with #8ECC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,204,74); }

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

background-color css

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

 a { background-color: rgb(142,204,74); }

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

border-color css

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

 span { border-color: rgb(142,204,74); }

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