Html Css Color HEX #A0F765 Conifer

📋 copy color: '#A0F765'

red 160 ◦ green 247 ◦ blue 101

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

Shades of Conifer #A0F765

Tints of Conifer #A0F765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.88%

R = 31.5%
G = 48.62%
B = 19.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#A0F765 (or 0xA0F765) is known color: Conifer. HEX triplet: A0, F7 and 65. RGB value is (160,247,101). Sum of RGB (Red+Green+Blue) = 160+247+101=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F765 is #5F089A. Grayscale: #CCCCCC. Windows color (decimal): -6228123 or 6682528. OLE color: 6682528.

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

Color convert

RGB 160 247 101 -
CMYK 0.35 0 0.59 0.03
HSL 95.75º 0.9% 0.68% -
HSV(B) 95.75º 0.59% 0.97% -
XYZ 50.11 74.93 24.13 -
YUV 204.34 69.68 96.37 -
System Red Green Blue C M Y K H S L
Decimal 160 247 101 0.35 0 0.59 0.03 95.75 0.9 0.68
Hex A0 F7 65 23 0 3B 3 60 5A 44
Octal 240 367 145 43 0 73 3 140 132 104
Binary 10100000 11110111 1100101 100011 0 111011 11 1100000 1011010 1000100

Color Harmonies of #A0F765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F765

Black with #A0F765

Text Example


Text Example

White with #A0F765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F765; }

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

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

background-color css

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

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

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

border-color css

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

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

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