Html Css Color HEX #A0F663 Conifer

📋 copy color: '#A0F663'

red 160 ◦ green 246 ◦ blue 99

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

Shades of Conifer #A0F663

Tints of Conifer #A0F663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.6%

R = 31.68%
G = 48.71%
B = 19.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#A0F663 (or 0xA0F663) is known color: Conifer. HEX triplet: A0, F6 and 63. RGB value is (160,246,99). Sum of RGB (Red+Green+Blue) = 160+246+99=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F663 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F663 is #5F099C. Grayscale: #CCCCCC. Windows color (decimal): -6228381 or 6551200. OLE color: 6551200.

HSL color Cylindrical-coordinate representation of color #A0F663: hue angle of 95.1º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0F663 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 99 -
CMYK 0.35 0 0.60 0.04
HSL 95.1º 0.89% 0.68% -
HSV(B) 95.1º 0.6% 0.96% -
XYZ 49.71 74.29 23.52 -
YUV 203.53 69.01 96.95 -
System Red Green Blue C M Y K H S L
Decimal 160 246 99 0.35 0 0.60 0.04 95.1 0.89 0.68
Hex A0 F6 63 23 0 3C 4 5F 59 44
Octal 240 366 143 43 0 74 4 137 131 104
Binary 10100000 11110110 1100011 100011 0 111100 100 1011111 1011001 1000100

Color Harmonies of #A0F663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F663

Black with #A0F663

Text Example


Text Example

White with #A0F663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F663; }

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

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

background-color css

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

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

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

border-color css

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

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

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