Html Css Color HEX #A8DD32 Atlantis

📋 copy color: '#A8DD32'

red 168 ◦ green 221 ◦ blue 50

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

Shades of Atlantis #A8DD32

Tints of Atlantis #A8DD32

RGB

 RED value IS 168 (66.02% from 255) = 38.27%

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

 BLUE value IS 50 (19.92% from 255) = 11.39%

R = 38.27%
G = 50.34%
B = 11.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#A8DD32 (or 0xA8DD32) is known color: Atlantis. HEX triplet: A8, DD and 32. RGB value is (168,221,50). Sum of RGB (Red+Green+Blue) = 168+221+50=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD32 is #5722CD. Grayscale: #BABABA. Windows color (decimal): -5710542 or 3333544. OLE color: 3333544.

HSL color Cylindrical-coordinate representation of color #A8DD32: hue angle of 78.6º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8DD32 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 50 -
CMYK 0.24 0 0.77 0.13
HSL 78.6º 0.72% 0.53% -
HSV(B) 78.6º 0.77% 0.87% -
XYZ 42.58 60.27 12.41 -
YUV 185.66 51.44 115.4 -
System Red Green Blue C M Y K H S L
Decimal 168 221 50 0.24 0 0.77 0.13 78.6 0.72 0.53
Hex A8 DD 32 18 0 4D D 4F 48 35
Octal 250 335 62 30 0 115 15 117 110 65
Binary 10101000 11011101 110010 11000 0 1001101 1101 1001111 1001000 110101

Color Harmonies of #A8DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD32

Black with #A8DD32

Text Example


Text Example

White with #A8DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD32; }

 p { color: rgb(168,221,50); }

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

background-color css

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

 a { background-color: rgb(168,221,50); }

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

border-color css

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

 span { border-color: rgb(168,221,50); }

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