Html Css Color HEX #A0F75F Conifer

📋 copy color: '#A0F75F'

red 160 ◦ green 247 ◦ blue 95

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

Shades of Conifer #A0F75F

Tints of Conifer #A0F75F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.2%

 BLUE value IS 95 (37.5% from 255) = 18.92%

R = 31.87%
G = 49.2%
B = 18.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#A0F75F (or 0xA0F75F) is known color: Conifer. HEX triplet: A0, F7 and 5F. RGB value is (160,247,95). Sum of RGB (Red+Green+Blue) = 160+247+95=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F75F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F75F is #5F08A0. Grayscale: #CCCCCC. Windows color (decimal): -6228129 or 6289312. OLE color: 6289312.

HSL color Cylindrical-coordinate representation of color #A0F75F: hue angle of 94.34º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0F75F is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 247 95 -
CMYK 0.35 0 0.62 0.03
HSL 94.34º 0.9% 0.67% -
HSV(B) 94.34º 0.62% 0.97% -
XYZ 49.82 74.82 22.64 -
YUV 203.66 66.68 96.86 -
System Red Green Blue C M Y K H S L
Decimal 160 247 95 0.35 0 0.62 0.03 94.34 0.9 0.67
Hex A0 F7 5F 23 0 3E 3 5E 5A 43
Octal 240 367 137 43 0 76 3 136 132 103
Binary 10100000 11110111 1011111 100011 0 111110 11 1011110 1011010 1000011

Color Harmonies of #A0F75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F75F

Black with #A0F75F

Text Example


Text Example

White with #A0F75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F75F; }

 p { color: rgb(160,247,95); }

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

background-color css

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

 a { background-color: rgb(160,247,95); }

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

border-color css

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

 span { border-color: rgb(160,247,95); }

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