Html Css Color HEX #A5C296 Spring Rain

📋 copy color: '#A5C296'

red 165 ◦ green 194 ◦ blue 150

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

Shades of Spring Rain #A5C296

Tints of Spring Rain #A5C296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.47%

R = 32.42%
G = 38.11%
B = 29.47%

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

#A5C296 (or 0xA5C296) is known color: Spring Rain. HEX triplet: A5, C2 and 96. RGB value is (165,194,150). Sum of RGB (Red+Green+Blue) = 165+194+150=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C296 is #5A3D69. Grayscale: #B4B4B4. Windows color (decimal): -5913962 or 9880229. OLE color: 9880229.

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

Color convert

RGB 165 194 150 -
CMYK 0.15 0 0.23 0.24
HSL 99.55º 0.27% 0.67% -
HSV(B) 99.55º 0.23% 0.76% -
XYZ 40.31 48.78 36.15 -
YUV 180.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 165 194 150 0.15 0 0.23 0.24 99.55 0.27 0.67
Hex A5 C2 96 F 0 17 18 64 1B 43
Octal 245 302 226 17 0 27 30 144 33 103
Binary 10100101 11000010 10010110 1111 0 10111 11000 1100100 11011 1000011

Color Harmonies of #A5C296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C296

Black with #A5C296

Text Example


Text Example

White with #A5C296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C296; }

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

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

background-color css

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

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

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

border-color css

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

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

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