Html Css Color HEX #A8F865 Conifer

📋 copy color: '#A8F865'

red 168 ◦ green 248 ◦ blue 101

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

Shades of Conifer #A8F865

Tints of Conifer #A8F865

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.97%

 BLUE value IS 101 (39.84% from 255) = 19.54%

R = 32.5%
G = 47.97%
B = 19.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#A8F865 (or 0xA8F865) is known color: Conifer. HEX triplet: A8, F8 and 65. RGB value is (168,248,101). Sum of RGB (Red+Green+Blue) = 168+248+101=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F865 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F865 is #57079A. Grayscale: #CFCFCF. Windows color (decimal): -5703579 or 6682792. OLE color: 6682792.

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

Color convert

RGB 168 248 101 -
CMYK 0.32 0 0.59 0.03
HSL 92.65º 0.91% 0.68% -
HSV(B) 92.65º 0.59% 0.97% -
XYZ 52.06 76.4 24.31 -
YUV 207.32 68 99.95 -
System Red Green Blue C M Y K H S L
Decimal 168 248 101 0.32 0 0.59 0.03 92.65 0.91 0.68
Hex A8 F8 65 20 0 3B 3 5D 5B 44
Octal 250 370 145 40 0 73 3 135 133 104
Binary 10101000 11111000 1100101 100000 0 111011 11 1011101 1011011 1000100

Color Harmonies of #A8F865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F865

Black with #A8F865

Text Example


Text Example

White with #A8F865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F865; }

 p { color: rgb(168,248,101); }

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

background-color css

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

 a { background-color: rgb(168,248,101); }

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

border-color css

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

 span { border-color: rgb(168,248,101); }

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