Html Css Color HEX #8CDD4A Atlantis

📋 copy color: '#8CDD4A'

red 140 ◦ green 221 ◦ blue 74

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

Shades of Atlantis #8CDD4A

Tints of Atlantis #8CDD4A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.8%

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

R = 32.18%
G = 50.8%
B = 17.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#8CDD4A (or 0x8CDD4A) is known color: Atlantis. HEX triplet: 8C, DD and 4A. RGB value is (140,221,74). Sum of RGB (Red+Green+Blue) = 140+221+74=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD4A is #7322B5. Grayscale: #B4B4B4. Windows color (decimal): -7545526 or 4906380. OLE color: 4906380.

HSL color Cylindrical-coordinate representation of color #8CDD4A: hue angle of 93.06º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CDD4A is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 221 74 -
CMYK 0.37 0 0.67 0.13
HSL 93.06º 0.68% 0.58% -
HSV(B) 93.06º 0.67% 0.87% -
XYZ 37.91 57.78 15.63 -
YUV 180.02 68.16 99.45 -
System Red Green Blue C M Y K H S L
Decimal 140 221 74 0.37 0 0.67 0.13 93.06 0.68 0.58
Hex 8C DD 4A 25 0 43 D 5D 44 3A
Octal 214 335 112 45 0 103 15 135 104 72
Binary 10001100 11011101 1001010 100101 0 1000011 1101 1011101 1000100 111010

Color Harmonies of #8CDD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD4A

Black with #8CDD4A

Text Example


Text Example

White with #8CDD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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