Html Css Color HEX #A8F766 Conifer

📋 copy color: '#A8F766'

red 168 ◦ green 247 ◦ blue 102

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

Shades of Conifer #A8F766

Tints of Conifer #A8F766

RGB

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

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

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

R = 32.5%
G = 47.78%
B = 19.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#A8F766 (or 0xA8F766) is known color: Conifer. HEX triplet: A8, F7 and 66. RGB value is (168,247,102). Sum of RGB (Red+Green+Blue) = 168+247+102=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F766 is #570899. Grayscale: #CFCFCF. Windows color (decimal): -5703834 or 6748072. OLE color: 6748072.

HSL color Cylindrical-coordinate representation of color #A8F766: hue angle of 92.69º 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 #A8F766 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 247 102 -
CMYK 0.32 0 0.59 0.03
HSL 92.69º 0.9% 0.68% -
HSV(B) 92.69º 0.59% 0.97% -
XYZ 51.81 75.81 24.47 -
YUV 206.85 68.83 100.29 -
System Red Green Blue C M Y K H S L
Decimal 168 247 102 0.32 0 0.59 0.03 92.69 0.9 0.68
Hex A8 F7 66 20 0 3B 3 5D 5A 44
Octal 250 367 146 40 0 73 3 135 132 104
Binary 10101000 11110111 1100110 100000 0 111011 11 1011101 1011010 1000100

Color Harmonies of #A8F766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F766

Black with #A8F766

Text Example


Text Example

White with #A8F766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F766; }

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

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

background-color css

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

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

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

border-color css

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

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

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