Html Css Color HEX #A5D041 Atlantis

📋 copy color: '#A5D041'

red 165 ◦ green 208 ◦ blue 65

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

Shades of Atlantis #A5D041

Tints of Atlantis #A5D041

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.49%

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

R = 37.67%
G = 47.49%
B = 14.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#A5D041 (or 0xA5D041) is known color: Atlantis. HEX triplet: A5, D0 and 41. RGB value is (165,208,65). Sum of RGB (Red+Green+Blue) = 165+208+65=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D041 is #5A2FBE. Grayscale: #B3B3B3. Windows color (decimal): -5910463 or 4313253. OLE color: 4313253.

HSL color Cylindrical-coordinate representation of color #A5D041: hue angle of 78.04º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5D041 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 208 65 -
CMYK 0.21 0 0.69 0.18
HSL 78.04º 0.6% 0.54% -
HSV(B) 78.04º 0.69% 0.82% -
XYZ 39.03 53.49 13.27 -
YUV 178.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 165 208 65 0.21 0 0.69 0.18 78.04 0.6 0.54
Hex A5 D0 41 15 0 45 12 4E 3C 36
Octal 245 320 101 25 0 105 22 116 74 66
Binary 10100101 11010000 1000001 10101 0 1000101 10010 1001110 111100 110110

Color Harmonies of #A5D041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D041

Black with #A5D041

Text Example


Text Example

White with #A5D041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D041; }

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

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

background-color css

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

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

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

border-color css

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

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

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