Html Css Color HEX #A5D845 Atlantis

📋 copy color: '#A5D845'

red 165 ◦ green 216 ◦ blue 69

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

Shades of Atlantis #A5D845

Tints of Atlantis #A5D845

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48%

 BLUE value IS 69 (27.34% from 255) = 15.33%

R = 36.67%
G = 48%
B = 15.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#A5D845 (or 0xA5D845) is known color: Atlantis. HEX triplet: A5, D8 and 45. RGB value is (165,216,69). Sum of RGB (Red+Green+Blue) = 165+216+69=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D845 is #5A27BA. Grayscale: #B8B8B8. Windows color (decimal): -5908411 or 4577445. OLE color: 4577445.

HSL color Cylindrical-coordinate representation of color #A5D845: hue angle of 80.82º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5D845 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 216 69 -
CMYK 0.24 0 0.68 0.15
HSL 80.82º 0.65% 0.56% -
HSV(B) 80.82º 0.68% 0.85% -
XYZ 41.15 57.54 14.57 -
YUV 183.99 63.1 114.45 -
System Red Green Blue C M Y K H S L
Decimal 165 216 69 0.24 0 0.68 0.15 80.82 0.65 0.56
Hex A5 D8 45 18 0 44 F 51 41 38
Octal 245 330 105 30 0 104 17 121 101 70
Binary 10100101 11011000 1000101 11000 0 1000100 1111 1010001 1000001 111000

Color Harmonies of #A5D845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D845

Black with #A5D845

Text Example


Text Example

White with #A5D845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D845; }

 p { color: rgb(165,216,69); }

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

background-color css

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

 a { background-color: rgb(165,216,69); }

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

border-color css

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

 span { border-color: rgb(165,216,69); }

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