Html Css Color HEX #A0F95B Conifer

📋 copy color: '#A0F95B'

red 160 ◦ green 249 ◦ blue 91

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

Shades of Conifer #A0F95B

Tints of Conifer #A0F95B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.8%

 BLUE value IS 91 (35.94% from 255) = 18.2%

R = 32%
G = 49.8%
B = 18.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#A0F95B (or 0xA0F95B) is known color: Conifer. HEX triplet: A0, F9 and 5B. RGB value is (160,249,91). Sum of RGB (Red+Green+Blue) = 160+249+91=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F95B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F95B is #5F06A4. Grayscale: #CCCCCC. Windows color (decimal): -6227621 or 6027680. OLE color: 6027680.

HSL color Cylindrical-coordinate representation of color #A0F95B: hue angle of 93.8º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0F95B is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 249 91 -
CMYK 0.36 0 0.63 0.02
HSL 93.8º 0.93% 0.67% -
HSV(B) 93.8º 0.63% 0.98% -
XYZ 50.26 75.98 21.91 -
YUV 204.38 64.01 96.35 -
System Red Green Blue C M Y K H S L
Decimal 160 249 91 0.36 0 0.63 0.02 93.8 0.93 0.67
Hex A0 F9 5B 24 0 3F 2 5E 5D 43
Octal 240 371 133 44 0 77 2 136 135 103
Binary 10100000 11111001 1011011 100100 0 111111 10 1011110 1011101 1000011

Color Harmonies of #A0F95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F95B

Black with #A0F95B

Text Example


Text Example

White with #A0F95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F95B; }

 p { color: rgb(160,249,91); }

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

background-color css

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

 a { background-color: rgb(160,249,91); }

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

border-color css

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

 span { border-color: rgb(160,249,91); }

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