Html Css Color HEX #A5CF98 Spring Rain

📋 copy color: '#A5CF98'

red 165 ◦ green 207 ◦ blue 152

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

Shades of Spring Rain #A5CF98

Tints of Spring Rain #A5CF98

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.5%

 BLUE value IS 152 (59.77% from 255) = 29.01%

R = 31.49%
G = 39.5%
B = 29.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#A5CF98 (or 0xA5CF98) is known color: 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

RGB 165 207 152 -
CMYK 0.20 0 0.27 0.19
HSL 105.82º 0.36% 0.7% -
HSV(B) 105.82º 0.27% 0.81% -
XYZ 43.5 54.89 38.01 -
YUV 188.17 107.59 111.47 -
System Red Green Blue C M Y K H S L
Decimal 165 207 152 0.20 0 0.27 0.19 105.82 0.36 0.7
Hex A5 CF 98 14 0 1B 13 6A 24 46
Octal 245 317 230 24 0 33 23 152 44 106
Binary 10100101 11001111 10011000 10100 0 11011 10011 1101010 100100 1000110

Color Harmonies of #A5CF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF98

Black with #A5CF98

Text Example


Text Example

White with #A5CF98

Text Example


Text Example

HTML Codes & Css Web 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>