Html Css Color HEX #A8F75F Conifer

📋 copy color: '#A8F75F'

red 168 ◦ green 247 ◦ blue 95

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

Shades of Conifer #A8F75F

Tints of Conifer #A8F75F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.43%

 BLUE value IS 95 (37.5% from 255) = 18.63%

R = 32.94%
G = 48.43%
B = 18.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#A8F75F (or 0xA8F75F) is known color: Conifer. HEX triplet: A8, F7 and 5F. RGB value is (168,247,95). Sum of RGB (Red+Green+Blue) = 168+247+95=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F75F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F75F is #5708A0. Grayscale: #CECECE. Windows color (decimal): -5703841 or 6289320. OLE color: 6289320.

HSL color Cylindrical-coordinate representation of color #A8F75F: hue angle of 91.18º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8F75F is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 247 95 -
CMYK 0.32 0 0.62 0.03
HSL 91.18º 0.9% 0.67% -
HSV(B) 91.18º 0.62% 0.97% -
XYZ 51.47 75.67 22.72 -
YUV 206.05 65.33 100.86 -
System Red Green Blue C M Y K H S L
Decimal 168 247 95 0.32 0 0.62 0.03 91.18 0.9 0.67
Hex A8 F7 5F 20 0 3E 3 5B 5A 43
Octal 250 367 137 40 0 76 3 133 132 103
Binary 10101000 11110111 1011111 100000 0 111110 11 1011011 1011010 1000011

Color Harmonies of #A8F75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F75F

Black with #A8F75F

Text Example


Text Example

White with #A8F75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F75F; }

 p { color: rgb(168,247,95); }

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

background-color css

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

 a { background-color: rgb(168,247,95); }

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

border-color css

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

 span { border-color: rgb(168,247,95); }

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