Html Css Color HEX #A8F94F Conifer

📋 copy color: '#A8F94F'

red 168 ◦ green 249 ◦ blue 79

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

Shades of Conifer #A8F94F

Tints of Conifer #A8F94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.93%

R = 33.87%
G = 50.2%
B = 15.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#A8F94F (or 0xA8F94F) is known color: Conifer. HEX triplet: A8, F9 and 4F. RGB value is (168,249,79). Sum of RGB (Red+Green+Blue) = 168+249+79=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F94F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F94F is #5706B0. Grayscale: #CECECE. Windows color (decimal): -5703345 or 5241256. OLE color: 5241256.

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

Color convert

RGB 168 249 79 -
CMYK 0.33 0 0.68 0.02
HSL 88.59º 0.93% 0.64% -
HSV(B) 88.59º 0.68% 0.98% -
XYZ 51.44 76.64 19.48 -
YUV 205.4 56.66 101.32 -
System Red Green Blue C M Y K H S L
Decimal 168 249 79 0.33 0 0.68 0.02 88.59 0.93 0.64
Hex A8 F9 4F 21 0 44 2 59 5D 40
Octal 250 371 117 41 0 104 2 131 135 100
Binary 10101000 11111001 1001111 100001 0 1000100 10 1011001 1011101 1000000

Color Harmonies of #A8F94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F94F

Black with #A8F94F

Text Example


Text Example

White with #A8F94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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