Html Css Color HEX #A5D246 Atlantis

📋 copy color: '#A5D246'

red 165 ◦ green 210 ◦ blue 70

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

Shades of Atlantis #A5D246

Tints of Atlantis #A5D246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.19%

 BLUE value IS 70 (27.73% from 255) = 15.73%

R = 37.08%
G = 47.19%
B = 15.73%

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

#A5D246 (or 0xA5D246) is known color: Atlantis. HEX triplet: A5, D2 and 46. RGB value is (165,210,70). Sum of RGB (Red+Green+Blue) = 165+210+70=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D246 is #5A2DB9. Grayscale: #B5B5B5. Windows color (decimal): -5909946 or 4641445. OLE color: 4641445.

HSL color Cylindrical-coordinate representation of color #A5D246: hue angle of 79.29º degrees, saturation: 0.61, 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 #A5D246 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 70 -
CMYK 0.21 0 0.67 0.18
HSL 79.29º 0.61% 0.55% -
HSV(B) 79.29º 0.67% 0.82% -
XYZ 39.67 54.53 14.23 -
YUV 180.59 65.59 116.88 -
System Red Green Blue C M Y K H S L
Decimal 165 210 70 0.21 0 0.67 0.18 79.29 0.61 0.55
Hex A5 D2 46 15 0 43 12 4F 3D 37
Octal 245 322 106 25 0 103 22 117 75 67
Binary 10100101 11010010 1000110 10101 0 1000011 10010 1001111 111101 110111

Color Harmonies of #A5D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D246

Black with #A5D246

Text Example


Text Example

White with #A5D246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D246; }

 p { color: rgb(165,210,70); }

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

background-color css

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

 a { background-color: rgb(165,210,70); }

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

border-color css

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

 span { border-color: rgb(165,210,70); }

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