Html Css Color HEX #A5D932 Atlantis

📋 copy color: '#A5D932'

red 165 ◦ green 217 ◦ blue 50

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

Shades of Atlantis #A5D932

Tints of Atlantis #A5D932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.23%

 BLUE value IS 50 (19.92% from 255) = 11.57%

R = 38.19%
G = 50.23%
B = 11.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#A5D932 (or 0xA5D932) is known color: Atlantis. HEX triplet: A5, D9 and 32. RGB value is (165,217,50). Sum of RGB (Red+Green+Blue) = 165+217+50=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D932 is #5A26CD. Grayscale: #B7B7B7. Windows color (decimal): -5908174 or 3332517. OLE color: 3332517.

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

Color convert

RGB 165 217 50 -
CMYK 0.24 0 0.77 0.15
HSL 78.68º 0.69% 0.52% -
HSV(B) 78.68º 0.77% 0.85% -
XYZ 40.91 57.86 12.03 -
YUV 182.41 53.27 115.58 -
System Red Green Blue C M Y K H S L
Decimal 165 217 50 0.24 0 0.77 0.15 78.68 0.69 0.52
Hex A5 D9 32 18 0 4D F 4F 45 34
Octal 245 331 62 30 0 115 17 117 105 64
Binary 10100101 11011001 110010 11000 0 1001101 1111 1001111 1000101 110100

Color Harmonies of #A5D932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D932

Black with #A5D932

Text Example


Text Example

White with #A5D932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D932; }

 p { color: rgb(165,217,50); }

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

background-color css

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

 a { background-color: rgb(165,217,50); }

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

border-color css

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

 span { border-color: rgb(165,217,50); }

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