Html Css Color HEX #A8DD33 Atlantis

📋 copy color: '#A8DD33'

red 168 ◦ green 221 ◦ blue 51

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

Shades of Atlantis #A8DD33

Tints of Atlantis #A8DD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.59%

R = 38.18%
G = 50.23%
B = 11.59%

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

#A8DD33 (or 0xA8DD33) is known color: Atlantis. HEX triplet: A8, DD and 33. RGB value is (168,221,51). Sum of RGB (Red+Green+Blue) = 168+221+51=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD33 is #5722CC. Grayscale: #BABABA. Windows color (decimal): -5710541 or 3399080. OLE color: 3399080.

HSL color Cylindrical-coordinate representation of color #A8DD33: hue angle of 78.71º degrees, saturation: 0.71, 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 #A8DD33 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 51 -
CMYK 0.24 0 0.77 0.13
HSL 78.71º 0.71% 0.53% -
HSV(B) 78.71º 0.77% 0.87% -
XYZ 42.6 60.28 12.52 -
YUV 185.77 51.94 115.32 -
System Red Green Blue C M Y K H S L
Decimal 168 221 51 0.24 0 0.77 0.13 78.71 0.71 0.53
Hex A8 DD 33 18 0 4D D 4F 47 35
Octal 250 335 63 30 0 115 15 117 107 65
Binary 10101000 11011101 110011 11000 0 1001101 1101 1001111 1000111 110101

Color Harmonies of #A8DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD33

Black with #A8DD33

Text Example


Text Example

White with #A8DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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