Html Css Color HEX #A4DD3B Atlantis

📋 copy color: '#A4DD3B'

red 164 ◦ green 221 ◦ blue 59

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

Shades of Atlantis #A4DD3B

Tints of Atlantis #A4DD3B

RGB

 RED value IS 164 (64.45% from 255) = 36.94%

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

 BLUE value IS 59 (23.44% from 255) = 13.29%

R = 36.94%
G = 49.77%
B = 13.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#A4DD3B (or 0xA4DD3B) is known color: Atlantis. HEX triplet: A4, DD and 3B. RGB value is (164,221,59). Sum of RGB (Red+Green+Blue) = 164+221+59=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DD3B is #5B22C4. Grayscale: #BABABA. Windows color (decimal): -5972677 or 3923364. OLE color: 3923364.

HSL color Cylindrical-coordinate representation of color #A4DD3B: hue angle of 81.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4DD3B is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 221 59 -
CMYK 0.26 0 0.73 0.13
HSL 81.11º 0.7% 0.55% -
HSV(B) 81.11º 0.73% 0.87% -
XYZ 41.96 59.92 13.49 -
YUV 185.49 56.62 112.67 -
System Red Green Blue C M Y K H S L
Decimal 164 221 59 0.26 0 0.73 0.13 81.11 0.7 0.55
Hex A4 DD 3B 1A 0 49 D 51 46 37
Octal 244 335 73 32 0 111 15 121 106 67
Binary 10100100 11011101 111011 11010 0 1001001 1101 1010001 1000110 110111

Color Harmonies of #A4DD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DD3B

Black with #A4DD3B

Text Example


Text Example

White with #A4DD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DD3B; }

 p { color: rgb(164,221,59); }

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

background-color css

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

 a { background-color: rgb(164,221,59); }

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

border-color css

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

 span { border-color: rgb(164,221,59); }

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