Html Css Color HEX #A0C698 Spring Rain

📋 copy color: '#A0C698'

red 160 ◦ green 198 ◦ blue 152

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

Shades of Spring Rain #A0C698

Tints of Spring Rain #A0C698

RGB

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

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

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

R = 31.37%
G = 38.82%
B = 29.8%

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

#A0C698 (or 0xA0C698) is known color: Spring Rain. HEX triplet: A0, C6 and 98. RGB value is (160,198,152). Sum of RGB (Red+Green+Blue) = 160+198+152=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C698 is #5F3967. Grayscale: #B5B5B5. Windows color (decimal): -6240616 or 10012320. OLE color: 10012320.

HSL color Cylindrical-coordinate representation of color #A0C698: hue angle of 109.57º degrees, saturation: 0.29, 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 #A0C698 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 198 152 -
CMYK 0.19 0 0.23 0.22
HSL 109.57º 0.29% 0.69% -
HSV(B) 109.57º 0.23% 0.78% -
XYZ 40.36 50.13 37.25 -
YUV 181.39 111.41 112.74 -
System Red Green Blue C M Y K H S L
Decimal 160 198 152 0.19 0 0.23 0.22 109.57 0.29 0.69
Hex A0 C6 98 13 0 17 16 6E 1D 45
Octal 240 306 230 23 0 27 26 156 35 105
Binary 10100000 11000110 10011000 10011 0 10111 10110 1101110 11101 1000101

Color Harmonies of #A0C698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C698

Black with #A0C698

Text Example


Text Example

White with #A0C698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C698; }

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

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

background-color css

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

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

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

border-color css

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

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

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