Html Css Color HEX #A8F166 Conifer

📋 copy color: '#A8F166'

red 168 ◦ green 241 ◦ blue 102

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

Shades of Conifer #A8F166

Tints of Conifer #A8F166

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.16%

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

R = 32.88%
G = 47.16%
B = 19.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#A8F166 (or 0xA8F166) is known color: Conifer. HEX triplet: A8, F1 and 66. RGB value is (168,241,102). Sum of RGB (Red+Green+Blue) = 168+241+102=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F166 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F166 is #570E99. Grayscale: #CBCBCB. Windows color (decimal): -5705370 or 6746536. OLE color: 6746536.

HSL color Cylindrical-coordinate representation of color #A8F166: hue angle of 91.51º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8F166 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 102 -
CMYK 0.30 0 0.58 0.05
HSL 91.51º 0.83% 0.67% -
HSV(B) 91.51º 0.58% 0.95% -
XYZ 50 72.19 23.87 -
YUV 203.33 70.82 102.8 -
System Red Green Blue C M Y K H S L
Decimal 168 241 102 0.30 0 0.58 0.05 91.51 0.83 0.67
Hex A8 F1 66 1E 0 3A 5 5C 53 43
Octal 250 361 146 36 0 72 5 134 123 103
Binary 10101000 11110001 1100110 11110 0 111010 101 1011100 1010011 1000011

Color Harmonies of #A8F166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F166

Black with #A8F166

Text Example


Text Example

White with #A8F166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F166; }

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

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

background-color css

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

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

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

border-color css

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

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

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