Html Css Color HEX #A8F16A Conifer

📋 copy color: '#A8F16A'

red 168 ◦ green 241 ◦ blue 106

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

Shades of Conifer #A8F16A

Tints of Conifer #A8F16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.58%

R = 32.62%
G = 46.8%
B = 20.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#A8F16A (or 0xA8F16A) is known color: Conifer. HEX triplet: A8, F1 and 6A. RGB value is (168,241,106). Sum of RGB (Red+Green+Blue) = 168+241+106=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F16A is #570E95. Grayscale: #CCCCCC. Windows color (decimal): -5705366 or 7008680. OLE color: 7008680.

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

Color convert

RGB 168 241 106 -
CMYK 0.30 0 0.56 0.05
HSL 92.44º 0.83% 0.68% -
HSV(B) 92.44º 0.56% 0.95% -
XYZ 50.21 72.28 24.94 -
YUV 203.78 72.82 102.48 -
System Red Green Blue C M Y K H S L
Decimal 168 241 106 0.30 0 0.56 0.05 92.44 0.83 0.68
Hex A8 F1 6A 1E 0 38 5 5C 53 44
Octal 250 361 152 36 0 70 5 134 123 104
Binary 10101000 11110001 1101010 11110 0 111000 101 1011100 1010011 1000100

Color Harmonies of #A8F16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F16A

Black with #A8F16A

Text Example


Text Example

White with #A8F16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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