Html Css Color HEX #8CDA49 Atlantis

📋 copy color: '#8CDA49'

red 140 ◦ green 218 ◦ blue 73

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

Shades of Atlantis #8CDA49

Tints of Atlantis #8CDA49

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.58%

 BLUE value IS 73 (28.91% from 255) = 16.94%

R = 32.48%
G = 50.58%
B = 16.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#8CDA49 (or 0x8CDA49) is known color: Atlantis. HEX triplet: 8C, DA and 49. RGB value is (140,218,73). Sum of RGB (Red+Green+Blue) = 140+218+73=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDA49 is #7325B6. Grayscale: #B2B2B2. Windows color (decimal): -7546295 or 4840076. OLE color: 4840076.

HSL color Cylindrical-coordinate representation of color #8CDA49: hue angle of 92.28º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CDA49 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 218 73 -
CMYK 0.36 0 0.67 0.15
HSL 92.28º 0.66% 0.57% -
HSV(B) 92.28º 0.67% 0.85% -
XYZ 37.09 56.2 15.2 -
YUV 178.15 68.66 100.79 -
System Red Green Blue C M Y K H S L
Decimal 140 218 73 0.36 0 0.67 0.15 92.28 0.66 0.57
Hex 8C DA 49 24 0 43 F 5C 42 39
Octal 214 332 111 44 0 103 17 134 102 71
Binary 10001100 11011010 1001001 100100 0 1000011 1111 1011100 1000010 111001

Color Harmonies of #8CDA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA49

Black with #8CDA49

Text Example


Text Example

White with #8CDA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,218,73); }

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

background-color css

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

 a { background-color: rgb(140,218,73); }

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

border-color css

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

 span { border-color: rgb(140,218,73); }

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