Html Css Color HEX #A9DB3E Atlantis

📋 copy color: '#A9DB3E'

red 169 ◦ green 219 ◦ blue 62

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

Shades of Atlantis #A9DB3E

Tints of Atlantis #A9DB3E

RGB

 RED value IS 169 (66.41% from 255) = 37.56%

 GREEN value IS 219 (85.94% from 255) = 48.67%

 BLUE value IS 62 (24.61% from 255) = 13.78%

R = 37.56%
G = 48.67%
B = 13.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#A9DB3E (or 0xA9DB3E) is known color: Atlantis. HEX triplet: A9, DB and 3E. RGB value is (169,219,62). Sum of RGB (Red+Green+Blue) = 169+219+62=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DB3E is #5624C1. Grayscale: #BABABA. Windows color (decimal): -5645506 or 4119465. OLE color: 4119465.

HSL color Cylindrical-coordinate representation of color #A9DB3E: hue angle of 79.11º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9DB3E is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 219 62 -
CMYK 0.23 0 0.72 0.14
HSL 79.11º 0.69% 0.55% -
HSV(B) 79.11º 0.72% 0.86% -
XYZ 42.56 59.45 13.79 -
YUV 186.15 57.94 115.77 -
System Red Green Blue C M Y K H S L
Decimal 169 219 62 0.23 0 0.72 0.14 79.11 0.69 0.55
Hex A9 DB 3E 17 0 48 E 4F 45 37
Octal 251 333 76 27 0 110 16 117 105 67
Binary 10101001 11011011 111110 10111 0 1001000 1110 1001111 1000101 110111

Color Harmonies of #A9DB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DB3E

Black with #A9DB3E

Text Example


Text Example

White with #A9DB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DB3E; }

 p { color: rgb(169,219,62); }

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

background-color css

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

 a { background-color: rgb(169,219,62); }

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

border-color css

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

 span { border-color: rgb(169,219,62); }

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