Html Css Color HEX #A8DD34 Atlantis

📋 copy color: '#A8DD34'

red 168 ◦ green 221 ◦ blue 52

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

Shades of Atlantis #A8DD34

Tints of Atlantis #A8DD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.79%

R = 38.1%
G = 50.11%
B = 11.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#A8DD34 (or 0xA8DD34) is known color: Atlantis. HEX triplet: A8, DD and 34. RGB value is (168,221,52). Sum of RGB (Red+Green+Blue) = 168+221+52=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD34 is #5722CB. Grayscale: #BABABA. Windows color (decimal): -5710540 or 3464616. OLE color: 3464616.

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

Color convert

RGB 168 221 52 -
CMYK 0.24 0 0.76 0.13
HSL 78.82º 0.71% 0.54% -
HSV(B) 78.82º 0.76% 0.87% -
XYZ 42.62 60.29 12.64 -
YUV 185.89 52.44 115.24 -
System Red Green Blue C M Y K H S L
Decimal 168 221 52 0.24 0 0.76 0.13 78.82 0.71 0.54
Hex A8 DD 34 18 0 4C D 4F 47 36
Octal 250 335 64 30 0 114 15 117 107 66
Binary 10101000 11011101 110100 11000 0 1001100 1101 1001111 1000111 110110

Color Harmonies of #A8DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD34

Black with #A8DD34

Text Example


Text Example

White with #A8DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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