Html Css Color HEX #A8F666 Conifer

📋 copy color: '#A8F666'

red 168 ◦ green 246 ◦ blue 102

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

Shades of Conifer #A8F666

Tints of Conifer #A8F666

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.67%

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

R = 32.56%
G = 47.67%
B = 19.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#A8F666 (or 0xA8F666) is known color: Conifer. HEX triplet: A8, F6 and 66. RGB value is (168,246,102). Sum of RGB (Red+Green+Blue) = 168+246+102=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F666 is #570999. Grayscale: #CECECE. Windows color (decimal): -5704090 or 6747816. OLE color: 6747816.

HSL color Cylindrical-coordinate representation of color #A8F666: hue angle of 92.5º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8F666 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 246 102 -
CMYK 0.32 0 0.59 0.04
HSL 92.5º 0.89% 0.68% -
HSV(B) 92.5º 0.59% 0.96% -
XYZ 51.5 75.2 24.37 -
YUV 206.26 69.16 100.71 -
System Red Green Blue C M Y K H S L
Decimal 168 246 102 0.32 0 0.59 0.04 92.5 0.89 0.68
Hex A8 F6 66 20 0 3B 4 5C 59 44
Octal 250 366 146 40 0 73 4 134 131 104
Binary 10101000 11110110 1100110 100000 0 111011 100 1011100 1011001 1000100

Color Harmonies of #A8F666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F666

Black with #A8F666

Text Example


Text Example

White with #A8F666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F666; }

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

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

background-color css

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

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

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

border-color css

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

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

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