Html Css Color HEX #A0F65C Conifer

📋 copy color: '#A0F65C'

red 160 ◦ green 246 ◦ blue 92

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

Shades of Conifer #A0F65C

Tints of Conifer #A0F65C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.4%

 BLUE value IS 92 (36.33% from 255) = 18.47%

R = 32.13%
G = 49.4%
B = 18.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#A0F65C (or 0xA0F65C) is known color: Conifer. HEX triplet: A0, F6 and 5C. RGB value is (160,246,92). Sum of RGB (Red+Green+Blue) = 160+246+92=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F65C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F65C is #5F09A3. Grayscale: #CBCBCB. Windows color (decimal): -6228388 or 6092448. OLE color: 6092448.

HSL color Cylindrical-coordinate representation of color #A0F65C: hue angle of 93.51º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0F65C is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 92 -
CMYK 0.35 0 0.63 0.04
HSL 93.51º 0.9% 0.66% -
HSV(B) 93.51º 0.63% 0.96% -
XYZ 49.38 74.16 21.84 -
YUV 202.73 65.51 97.52 -
System Red Green Blue C M Y K H S L
Decimal 160 246 92 0.35 0 0.63 0.04 93.51 0.9 0.66
Hex A0 F6 5C 23 0 3F 4 5E 5A 42
Octal 240 366 134 43 0 77 4 136 132 102
Binary 10100000 11110110 1011100 100011 0 111111 100 1011110 1011010 1000010

Color Harmonies of #A0F65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F65C

Black with #A0F65C

Text Example


Text Example

White with #A0F65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F65C; }

 p { color: rgb(160,246,92); }

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

background-color css

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

 a { background-color: rgb(160,246,92); }

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

border-color css

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

 span { border-color: rgb(160,246,92); }

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