#a5cf98

Color #A5CF98 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A5CF98

Tints of Spring Rain #A5CF98

Color information

#A5CF98 (or 0xA5CF98) is unknown color: approx Spring Rain. HEX triplet: A5, CF and 98. RGB value is (165,207,152). Sum of RGB (Red+Green+Blue) = 165+207+152=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CF98 is #5A3067. Grayscale: #BCBCBC. Windows color (decimal): -5910632 or 10014629. OLE color: 10014629.

HSL color Cylindrical-coordinate representation of color #A5CF98: hue angle of 105.82º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5CF98 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB165207152-
CMYK0.2000.270.19
HSL105.82º36.42%70.39%-
HSV(B)105.82º26.57%81.18%-
XYZ43.554.8938.01-
YUV188.17107.59111.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 207 (81.25% from 255) = 39.50%
BLUE value IS 152 (59.77% from 255) = 29.01%
R=31.49%
G=39.50%
B=29.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652071520.2000.270.19105.8236.4270.39
HexA5CF981401B136a2446
Octal245317230240332315244106
Binary101001011100111110011000101000110111001111010101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5cf98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5cf98; }

 p { color: rgb(165,207,152); }

 H1.HeaderClassName
 {
   color: #a5cf98;
 }
 .AnyTagClassName
 {
   color: #a5cf98;
 }
</style>
background-color css

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

 a { background-color: rgb(165,207,152); }

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

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

 span { border-color: rgb(165,207,152); }

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