Html Css Color HEX #A8DE36 Atlantis

📋 copy color: '#A8DE36'

red 168 ◦ green 222 ◦ blue 54

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

Shades of Atlantis #A8DE36

Tints of Atlantis #A8DE36

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50%

 BLUE value IS 54 (21.48% from 255) = 12.16%

R = 37.84%
G = 50%
B = 12.16%

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

#A8DE36 (or 0xA8DE36) is known color: Atlantis. HEX triplet: A8, DE and 36. RGB value is (168,222,54). Sum of RGB (Red+Green+Blue) = 168+222+54=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE36 is #5721C9. Grayscale: #BBBBBB. Windows color (decimal): -5710282 or 3595944. OLE color: 3595944.

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

Color convert

RGB 168 222 54 -
CMYK 0.24 0 0.76 0.13
HSL 79.29º 0.72% 0.54% -
HSV(B) 79.29º 0.76% 0.87% -
XYZ 42.94 60.83 12.97 -
YUV 186.7 53.11 114.66 -
System Red Green Blue C M Y K H S L
Decimal 168 222 54 0.24 0 0.76 0.13 79.29 0.72 0.54
Hex A8 DE 36 18 0 4C D 4F 48 36
Octal 250 336 66 30 0 114 15 117 110 66
Binary 10101000 11011110 110110 11000 0 1001100 1101 1001111 1001000 110110

Color Harmonies of #A8DE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DE36

Black with #A8DE36

Text Example


Text Example

White with #A8DE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DE36; }

 p { color: rgb(168,222,54); }

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

background-color css

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

 a { background-color: rgb(168,222,54); }

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

border-color css

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

 span { border-color: rgb(168,222,54); }

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