Html Css Color HEX #A0F966 Conifer

📋 copy color: '#A0F966'

red 160 ◦ green 249 ◦ blue 102

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

Shades of Conifer #A0F966

Tints of Conifer #A0F966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.96%

R = 31.31%
G = 48.73%
B = 19.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#A0F966 (or 0xA0F966) is known color: Conifer. HEX triplet: A0, F9 and 66. RGB value is (160,249,102). Sum of RGB (Red+Green+Blue) = 160+249+102=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F966 is #5F0699. Grayscale: #CECECE. Windows color (decimal): -6227610 or 6748576. OLE color: 6748576.

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

Color convert

RGB 160 249 102 -
CMYK 0.36 0 0.59 0.02
HSL 96.33º 0.92% 0.69% -
HSV(B) 96.33º 0.59% 0.98% -
XYZ 50.77 76.18 24.6 -
YUV 205.63 69.51 95.45 -
System Red Green Blue C M Y K H S L
Decimal 160 249 102 0.36 0 0.59 0.02 96.33 0.92 0.69
Hex A0 F9 66 24 0 3B 2 60 5C 45
Octal 240 371 146 44 0 73 2 140 134 105
Binary 10100000 11111001 1100110 100100 0 111011 10 1100000 1011100 1000101

Color Harmonies of #A0F966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F966

Black with #A0F966

Text Example


Text Example

White with #A0F966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F966; }

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

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

background-color css

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

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

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

border-color css

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

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

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