Html Css Color HEX #A5C2A4 Spring Rain

📋 copy color: '#A5C2A4'

red 165 ◦ green 194 ◦ blue 164

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

Shades of Spring Rain #A5C2A4

Tints of Spring Rain #A5C2A4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.09%

 BLUE value IS 164 (64.45% from 255) = 31.36%

R = 31.55%
G = 37.09%
B = 31.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#A5C2A4 (or 0xA5C2A4) is known color: Spring Rain. HEX triplet: A5, C2 and A4. RGB value is (165,194,164). Sum of RGB (Red+Green+Blue) = 165+194+164=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C2A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C2A4 is #5A3D5B. Grayscale: #B5B5B5. Windows color (decimal): -5913948 or 10797733. OLE color: 10797733.

HSL color Cylindrical-coordinate representation of color #A5C2A4: hue angle of 118º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5C2A4 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 194 164 -
CMYK 0.15 0 0.15 0.24
HSL 118º 0.2% 0.7% -
HSV(B) 118º 0.15% 0.76% -
XYZ 41.51 49.26 42.44 -
YUV 181.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 165 194 164 0.15 0 0.15 0.24 118 0.2 0.7
Hex A5 C2 A4 F 0 F 18 76 14 46
Octal 245 302 244 17 0 17 30 166 24 106
Binary 10100101 11000010 10100100 1111 0 1111 11000 1110110 10100 1000110

Color Harmonies of #A5C2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C2A4

Black with #A5C2A4

Text Example


Text Example

White with #A5C2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C2A4; }

 p { color: rgb(165,194,164); }

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

background-color css

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

 a { background-color: rgb(165,194,164); }

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

border-color css

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

 span { border-color: rgb(165,194,164); }

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