Html Css Color HEX #A5D044 Atlantis

📋 copy color: '#A5D044'

red 165 ◦ green 208 ◦ blue 68

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

Shades of Atlantis #A5D044

Tints of Atlantis #A5D044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.42%

R = 37.41%
G = 47.17%
B = 15.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#A5D044 (or 0xA5D044) is known color: Atlantis. HEX triplet: A5, D0 and 44. RGB value is (165,208,68). Sum of RGB (Red+Green+Blue) = 165+208+68=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D044 is #5A2FBB. Grayscale: #B3B3B3. Windows color (decimal): -5910460 or 4509861. OLE color: 4509861.

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

Color convert

RGB 165 208 68 -
CMYK 0.21 0 0.67 0.18
HSL 78.43º 0.6% 0.54% -
HSV(B) 78.43º 0.67% 0.82% -
XYZ 39.12 53.53 13.74 -
YUV 179.18 65.25 117.88 -
System Red Green Blue C M Y K H S L
Decimal 165 208 68 0.21 0 0.67 0.18 78.43 0.6 0.54
Hex A5 D0 44 15 0 43 12 4E 3C 36
Octal 245 320 104 25 0 103 22 116 74 66
Binary 10100101 11010000 1000100 10101 0 1000011 10010 1001110 111100 110110

Color Harmonies of #A5D044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D044

Black with #A5D044

Text Example


Text Example

White with #A5D044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D044; }

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

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

background-color css

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

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

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

border-color css

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

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

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