Html Css Color HEX #A0C692 Spring Rain

📋 copy color: '#A0C692'

red 160 ◦ green 198 ◦ blue 146

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

Shades of Spring Rain #A0C692

Tints of Spring Rain #A0C692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.97%

R = 31.75%
G = 39.29%
B = 28.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#A0C692 (or 0xA0C692) is known color: Spring Rain. HEX triplet: A0, C6 and 92. RGB value is (160,198,146). Sum of RGB (Red+Green+Blue) = 160+198+146=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C692 is #5F396D. Grayscale: #B4B4B4. Windows color (decimal): -6240622 or 9619104. OLE color: 9619104.

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

Color convert

RGB 160 198 146 -
CMYK 0.19 0 0.26 0.22
HSL 103.85º 0.31% 0.67% -
HSV(B) 103.85º 0.26% 0.78% -
XYZ 39.88 49.94 34.73 -
YUV 180.71 108.41 113.23 -
System Red Green Blue C M Y K H S L
Decimal 160 198 146 0.19 0 0.26 0.22 103.85 0.31 0.67
Hex A0 C6 92 13 0 1A 16 68 1F 43
Octal 240 306 222 23 0 32 26 150 37 103
Binary 10100000 11000110 10010010 10011 0 11010 10110 1101000 11111 1000011

Color Harmonies of #A0C692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C692

Black with #A0C692

Text Example


Text Example

White with #A0C692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C692; }

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

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

background-color css

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

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

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

border-color css

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

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

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