Html Css Color HEX #A8F96A Conifer

📋 copy color: '#A8F96A'

red 168 ◦ green 249 ◦ blue 106

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

Shades of Conifer #A8F96A

Tints of Conifer #A8F96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.61%

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

R = 32.12%
G = 47.61%
B = 20.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#A8F96A (or 0xA8F96A) is known color: Conifer. HEX triplet: A8, F9 and 6A. RGB value is (168,249,106). Sum of RGB (Red+Green+Blue) = 168+249+106=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F96A is #570695. Grayscale: #D0D0D0. Windows color (decimal): -5703318 or 7010728. OLE color: 7010728.

HSL color Cylindrical-coordinate representation of color #A8F96A: hue angle of 93.99º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8F96A is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 249 106 -
CMYK 0.33 0 0.57 0.02
HSL 93.99º 0.92% 0.7% -
HSV(B) 93.99º 0.57% 0.98% -
XYZ 52.63 77.12 25.75 -
YUV 208.48 70.16 99.13 -
System Red Green Blue C M Y K H S L
Decimal 168 249 106 0.33 0 0.57 0.02 93.99 0.92 0.7
Hex A8 F9 6A 21 0 39 2 5E 5C 46
Octal 250 371 152 41 0 71 2 136 134 106
Binary 10101000 11111001 1101010 100001 0 111001 10 1011110 1011100 1000110

Color Harmonies of #A8F96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F96A

Black with #A8F96A

Text Example


Text Example

White with #A8F96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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