Html Css Color HEX #A5C394 Spring Rain

📋 copy color: '#A5C394'

red 165 ◦ green 195 ◦ blue 148

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

Shades of Spring Rain #A5C394

Tints of Spring Rain #A5C394

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.39%

 BLUE value IS 148 (58.2% from 255) = 29.13%

R = 32.48%
G = 38.39%
B = 29.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#A5C394 (or 0xA5C394) is known color: Spring Rain. HEX triplet: A5, C3 and 94. RGB value is (165,195,148). Sum of RGB (Red+Green+Blue) = 165+195+148=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C394 is #5A3C6B. Grayscale: #B4B4B4. Windows color (decimal): -5913708 or 9749413. OLE color: 9749413.

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

Color convert

RGB 165 195 148 -
CMYK 0.15 0 0.24 0.24
HSL 98.3º 0.28% 0.67% -
HSV(B) 98.3º 0.24% 0.76% -
XYZ 40.38 49.17 35.38 -
YUV 180.67 109.56 116.82 -
System Red Green Blue C M Y K H S L
Decimal 165 195 148 0.15 0 0.24 0.24 98.3 0.28 0.67
Hex A5 C3 94 F 0 18 18 62 1C 43
Octal 245 303 224 17 0 30 30 142 34 103
Binary 10100101 11000011 10010100 1111 0 11000 11000 1100010 11100 1000011

Color Harmonies of #A5C394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C394

Black with #A5C394

Text Example


Text Example

White with #A5C394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C394; }

 p { color: rgb(165,195,148); }

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

background-color css

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

 a { background-color: rgb(165,195,148); }

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

border-color css

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

 span { border-color: rgb(165,195,148); }

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