Html Css Color HEX #A0C699 Spring Rain

📋 copy color: '#A0C699'

red 160 ◦ green 198 ◦ blue 153

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

Shades of Spring Rain #A0C699

Tints of Spring Rain #A0C699

RGB

 RED value IS 160 (62.89% from 255) = 31.31%

 GREEN value IS 198 (77.73% from 255) = 38.75%

 BLUE value IS 153 (60.16% from 255) = 29.94%

R = 31.31%
G = 38.75%
B = 29.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#A0C699 (or 0xA0C699) is known color: Spring Rain. HEX triplet: A0, C6 and 99. RGB value is (160,198,153). Sum of RGB (Red+Green+Blue) = 160+198+153=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C699 is #5F3966. Grayscale: #B5B5B5. Windows color (decimal): -6240615 or 10077856. OLE color: 10077856.

HSL color Cylindrical-coordinate representation of color #A0C699: hue angle of 110.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0C699 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 198 153 -
CMYK 0.19 0 0.23 0.22
HSL 110.67º 0.28% 0.69% -
HSV(B) 110.67º 0.23% 0.78% -
XYZ 40.44 50.16 37.69 -
YUV 181.51 111.91 112.66 -
System Red Green Blue C M Y K H S L
Decimal 160 198 153 0.19 0 0.23 0.22 110.67 0.28 0.69
Hex A0 C6 99 13 0 17 16 6F 1C 45
Octal 240 306 231 23 0 27 26 157 34 105
Binary 10100000 11000110 10011001 10011 0 10111 10110 1101111 11100 1000101

Color Harmonies of #A0C699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C699

Black with #A0C699

Text Example


Text Example

White with #A0C699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C699; }

 p { color: rgb(160,198,153); }

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

background-color css

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

 a { background-color: rgb(160,198,153); }

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

border-color css

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

 span { border-color: rgb(160,198,153); }

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