Html Css Color HEX #A5D145 Atlantis

📋 copy color: '#A5D145'

red 165 ◦ green 209 ◦ blue 69

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

Shades of Atlantis #A5D145

Tints of Atlantis #A5D145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.18%

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

R = 37.25%
G = 47.18%
B = 15.58%

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

#A5D145 (or 0xA5D145) is known color: Atlantis. HEX triplet: A5, D1 and 45. RGB value is (165,209,69). Sum of RGB (Red+Green+Blue) = 165+209+69=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D145 is #5A2EBA. Grayscale: #B4B4B4. Windows color (decimal): -5910203 or 4575653. OLE color: 4575653.

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

Color convert

RGB 165 209 69 -
CMYK 0.21 0 0.67 0.18
HSL 78.86º 0.6% 0.55% -
HSV(B) 78.86º 0.67% 0.82% -
XYZ 39.39 54.03 13.98 -
YUV 179.88 65.42 117.38 -
System Red Green Blue C M Y K H S L
Decimal 165 209 69 0.21 0 0.67 0.18 78.86 0.6 0.55
Hex A5 D1 45 15 0 43 12 4F 3C 37
Octal 245 321 105 25 0 103 22 117 74 67
Binary 10100101 11010001 1000101 10101 0 1000011 10010 1001111 111100 110111

Color Harmonies of #A5D145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D145

Black with #A5D145

Text Example


Text Example

White with #A5D145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D145; }

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

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

background-color css

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

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

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

border-color css

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

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

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