Html Css Color HEX #A5C195 Spring Rain

📋 copy color: '#A5C195'

red 165 ◦ green 193 ◦ blue 149

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

Shades of Spring Rain #A5C195

Tints of Spring Rain #A5C195

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.07%

 BLUE value IS 149 (58.59% from 255) = 29.39%

R = 32.54%
G = 38.07%
B = 29.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#A5C195 (or 0xA5C195) is known color: Spring Rain. HEX triplet: A5, C1 and 95. RGB value is (165,193,149). Sum of RGB (Red+Green+Blue) = 165+193+149=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C195 is #5A3E6A. Grayscale: #B3B3B3. Windows color (decimal): -5914219 or 9814437. OLE color: 9814437.

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

Color convert

RGB 165 193 149 -
CMYK 0.15 0 0.23 0.24
HSL 98.18º 0.26% 0.67% -
HSV(B) 98.18º 0.23% 0.76% -
XYZ 40.01 48.31 35.65 -
YUV 179.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 165 193 149 0.15 0 0.23 0.24 98.18 0.26 0.67
Hex A5 C1 95 F 0 17 18 62 1A 43
Octal 245 301 225 17 0 27 30 142 32 103
Binary 10100101 11000001 10010101 1111 0 10111 11000 1100010 11010 1000011

Color Harmonies of #A5C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C195

Black with #A5C195

Text Example


Text Example

White with #A5C195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C195; }

 p { color: rgb(165,193,149); }

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

background-color css

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

 a { background-color: rgb(165,193,149); }

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

border-color css

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

 span { border-color: rgb(165,193,149); }

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