Html Css Color HEX #A0BF90 Spring Rain

📋 copy color: '#A0BF90'

red 160 ◦ green 191 ◦ blue 144

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

Shades of Spring Rain #A0BF90

Tints of Spring Rain #A0BF90

RGB

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

 GREEN value IS 191 (75% from 255) = 38.59%

 BLUE value IS 144 (56.64% from 255) = 29.09%

R = 32.32%
G = 38.59%
B = 29.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#A0BF90 (or 0xA0BF90) is known color: Spring Rain. HEX triplet: A0, BF and 90. RGB value is (160,191,144). Sum of RGB (Red+Green+Blue) = 160+191+144=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BF90 is #5F406F. Grayscale: #B0B0B0. Windows color (decimal): -6242416 or 9486240. OLE color: 9486240.

HSL color Cylindrical-coordinate representation of color #A0BF90: hue angle of 99.57º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0BF90 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 144 -
CMYK 0.16 0 0.25 0.25
HSL 99.57º 0.27% 0.66% -
HSV(B) 99.57º 0.25% 0.75% -
XYZ 38.16 46.75 33.4 -
YUV 176.37 109.73 116.32 -
System Red Green Blue C M Y K H S L
Decimal 160 191 144 0.16 0 0.25 0.25 99.57 0.27 0.66
Hex A0 BF 90 10 0 19 19 64 1B 42
Octal 240 277 220 20 0 31 31 144 33 102
Binary 10100000 10111111 10010000 10000 0 11001 11001 1100100 11011 1000010

Color Harmonies of #A0BF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF90

Black with #A0BF90

Text Example


Text Example

White with #A0BF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF90; }

 p { color: rgb(160,191,144); }

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

background-color css

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

 a { background-color: rgb(160,191,144); }

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

border-color css

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

 span { border-color: rgb(160,191,144); }

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