Html Css Color HEX #8CC84A Atlantis

📋 copy color: '#8CC84A'

red 140 ◦ green 200 ◦ blue 74

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

Shades of Atlantis #8CC84A

Tints of Atlantis #8CC84A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.31%

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

R = 33.82%
G = 48.31%
B = 17.87%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#8CC84A (or 0x8CC84A) is known color: Atlantis. HEX triplet: 8C, C8 and 4A. RGB value is (140,200,74). Sum of RGB (Red+Green+Blue) = 140+200+74=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC84A is #7337B5. Grayscale: #A8A8A8. Windows color (decimal): -7550902 or 4901004. OLE color: 4901004.

HSL color Cylindrical-coordinate representation of color #8CC84A: hue angle of 88.57º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CC84A is Cyan = 0.3, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 200 74 -
CMYK 0.3 0 0.63 0.22
HSL 88.57º 0.53% 0.54% -
HSV(B) 88.57º 0.63% 0.78% -
XYZ 32.71 47.38 13.9 -
YUV 167.7 75.12 108.25 -
System Red Green Blue C M Y K H S L
Decimal 140 200 74 0.3 0 0.63 0.22 88.57 0.53 0.54
Hex 8C C8 4A 1E 0 3F 16 59 35 36
Octal 214 310 112 36 0 77 26 131 65 66
Binary 10001100 11001000 1001010 11110 0 111111 10110 1011001 110101 110110

Color Harmonies of #8CC84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC84A

Black with #8CC84A

Text Example


Text Example

White with #8CC84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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