Html Css Color HEX #A8F760 Conifer

📋 copy color: '#A8F760'

red 168 ◦ green 247 ◦ blue 96

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

Shades of Conifer #A8F760

Tints of Conifer #A8F760

RGB

 RED value IS 168 (66.02% from 255) = 32.88%

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

 BLUE value IS 96 (37.89% from 255) = 18.79%

R = 32.88%
G = 48.34%
B = 18.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#A8F760 (or 0xA8F760) is known color: Conifer. HEX triplet: A8, F7 and 60. RGB value is (168,247,96). Sum of RGB (Red+Green+Blue) = 168+247+96=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F760 is #57089F. Grayscale: #CECECE. Windows color (decimal): -5703840 or 6354856. OLE color: 6354856.

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

Color convert

RGB 168 247 96 -
CMYK 0.32 0 0.61 0.03
HSL 91.39º 0.9% 0.67% -
HSV(B) 91.39º 0.61% 0.97% -
XYZ 51.52 75.69 22.96 -
YUV 206.17 65.83 100.78 -
System Red Green Blue C M Y K H S L
Decimal 168 247 96 0.32 0 0.61 0.03 91.39 0.9 0.67
Hex A8 F7 60 20 0 3D 3 5B 5A 43
Octal 250 367 140 40 0 75 3 133 132 103
Binary 10101000 11110111 1100000 100000 0 111101 11 1011011 1011010 1000011

Color Harmonies of #A8F760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F760

Black with #A8F760

Text Example


Text Example

White with #A8F760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F760; }

 p { color: rgb(168,247,96); }

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

background-color css

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

 a { background-color: rgb(168,247,96); }

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

border-color css

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

 span { border-color: rgb(168,247,96); }

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