Html Css Color HEX #A5D846 Atlantis

📋 copy color: '#A5D846'

red 165 ◦ green 216 ◦ blue 70

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

Shades of Atlantis #A5D846

Tints of Atlantis #A5D846

RGB

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

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

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

R = 36.59%
G = 47.89%
B = 15.52%

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

#A5D846 (or 0xA5D846) is known color: Atlantis. HEX triplet: A5, D8 and 46. RGB value is (165,216,70). Sum of RGB (Red+Green+Blue) = 165+216+70=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D846 is #5A27B9. Grayscale: #B8B8B8. Windows color (decimal): -5908410 or 4642981. OLE color: 4642981.

HSL color Cylindrical-coordinate representation of color #A5D846: hue angle of 80.96º 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 #A5D846 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 216 70 -
CMYK 0.24 0 0.68 0.15
HSL 80.96º 0.65% 0.56% -
HSV(B) 80.96º 0.68% 0.85% -
XYZ 41.18 57.55 14.73 -
YUV 184.11 63.6 114.37 -
System Red Green Blue C M Y K H S L
Decimal 165 216 70 0.24 0 0.68 0.15 80.96 0.65 0.56
Hex A5 D8 46 18 0 44 F 51 41 38
Octal 245 330 106 30 0 104 17 121 101 70
Binary 10100101 11011000 1000110 11000 0 1000100 1111 1010001 1000001 111000

Color Harmonies of #A5D846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D846

Black with #A5D846

Text Example


Text Example

White with #A5D846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D846; }

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

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

background-color css

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

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

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

border-color css

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

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

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