Html Css Color HEX #A8F168 Conifer

📋 copy color: '#A8F168'

red 168 ◦ green 241 ◦ blue 104

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

Shades of Conifer #A8F168

Tints of Conifer #A8F168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.27%

R = 32.75%
G = 46.98%
B = 20.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#A8F168 (or 0xA8F168) is known color: Conifer. HEX triplet: A8, F1 and 68. RGB value is (168,241,104). Sum of RGB (Red+Green+Blue) = 168+241+104=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F168 is #570E97. Grayscale: #CCCCCC. Windows color (decimal): -5705368 or 6877608. OLE color: 6877608.

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

Color convert

RGB 168 241 104 -
CMYK 0.30 0 0.57 0.05
HSL 91.97º 0.83% 0.68% -
HSV(B) 91.97º 0.57% 0.95% -
XYZ 50.1 72.23 24.4 -
YUV 203.56 71.82 102.64 -
System Red Green Blue C M Y K H S L
Decimal 168 241 104 0.30 0 0.57 0.05 91.97 0.83 0.68
Hex A8 F1 68 1E 0 39 5 5C 53 44
Octal 250 361 150 36 0 71 5 134 123 104
Binary 10101000 11110001 1101000 11110 0 111001 101 1011100 1010011 1000100

Color Harmonies of #A8F168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F168

Black with #A8F168

Text Example


Text Example

White with #A8F168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F168; }

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

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

background-color css

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

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

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

border-color css

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

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

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