Html Css Color HEX #A5DD41 Atlantis

📋 copy color: '#A5DD41'

red 165 ◦ green 221 ◦ blue 65

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

Shades of Atlantis #A5DD41

Tints of Atlantis #A5DD41

RGB

 RED value IS 165 (64.84% from 255) = 36.59%

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

 BLUE value IS 65 (25.78% from 255) = 14.41%

R = 36.59%
G = 49%
B = 14.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#A5DD41 (or 0xA5DD41) is known color: Atlantis. HEX triplet: A5, DD and 41. RGB value is (165,221,65). Sum of RGB (Red+Green+Blue) = 165+221+65=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DD41 is #5A22BE. Grayscale: #BBBBBB. Windows color (decimal): -5907135 or 4316581. OLE color: 4316581.

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

Color convert

RGB 165 221 65 -
CMYK 0.25 0 0.71 0.13
HSL 81.54º 0.7% 0.56% -
HSV(B) 81.54º 0.71% 0.87% -
XYZ 42.33 60.09 14.37 -
YUV 186.47 59.45 112.68 -
System Red Green Blue C M Y K H S L
Decimal 165 221 65 0.25 0 0.71 0.13 81.54 0.7 0.56
Hex A5 DD 41 19 0 47 D 52 46 38
Octal 245 335 101 31 0 107 15 122 106 70
Binary 10100101 11011101 1000001 11001 0 1000111 1101 1010010 1000110 111000

Color Harmonies of #A5DD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DD41

Black with #A5DD41

Text Example


Text Example

White with #A5DD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DD41; }

 p { color: rgb(165,221,65); }

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

background-color css

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

 a { background-color: rgb(165,221,65); }

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

border-color css

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

 span { border-color: rgb(165,221,65); }

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