Html Css Color HEX #A5D047 Atlantis

📋 copy color: '#A5D047'

red 165 ◦ green 208 ◦ blue 71

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

Shades of Atlantis #A5D047

Tints of Atlantis #A5D047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.99%

R = 37.16%
G = 46.85%
B = 15.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#A5D047 (or 0xA5D047) is known color: Atlantis. HEX triplet: A5, D0 and 47. RGB value is (165,208,71). Sum of RGB (Red+Green+Blue) = 165+208+71=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D047 is #5A2FB8. Grayscale: #B4B4B4. Windows color (decimal): -5910457 or 4706469. OLE color: 4706469.

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

Color convert

RGB 165 208 71 -
CMYK 0.21 0 0.66 0.18
HSL 78.83º 0.59% 0.55% -
HSV(B) 78.83º 0.66% 0.82% -
XYZ 39.21 53.57 14.23 -
YUV 179.53 66.75 117.64 -
System Red Green Blue C M Y K H S L
Decimal 165 208 71 0.21 0 0.66 0.18 78.83 0.59 0.55
Hex A5 D0 47 15 0 42 12 4F 3B 37
Octal 245 320 107 25 0 102 22 117 73 67
Binary 10100101 11010000 1000111 10101 0 1000010 10010 1001111 111011 110111

Color Harmonies of #A5D047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D047

Black with #A5D047

Text Example


Text Example

White with #A5D047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D047; }

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

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

background-color css

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

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

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

border-color css

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

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

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