Html Css Color HEX #A8F855 Conifer

📋 copy color: '#A8F855'

red 168 ◦ green 248 ◦ blue 85

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

Shades of Conifer #A8F855

Tints of Conifer #A8F855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.97%

R = 33.53%
G = 49.5%
B = 16.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#A8F855 (or 0xA8F855) is known color: Conifer. HEX triplet: A8, F8 and 55. RGB value is (168,248,85). Sum of RGB (Red+Green+Blue) = 168+248+85=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F855 is #5707AA. Grayscale: #CECECE. Windows color (decimal): -5703595 or 5634216. OLE color: 5634216.

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

Color convert

RGB 168 248 85 -
CMYK 0.32 0 0.66 0.03
HSL 89.45º 0.92% 0.65% -
HSV(B) 89.45º 0.66% 0.97% -
XYZ 51.36 76.12 20.58 -
YUV 205.5 60 101.25 -
System Red Green Blue C M Y K H S L
Decimal 168 248 85 0.32 0 0.66 0.03 89.45 0.92 0.65
Hex A8 F8 55 20 0 42 3 59 5C 41
Octal 250 370 125 40 0 102 3 131 134 101
Binary 10101000 11111000 1010101 100000 0 1000010 11 1011001 1011100 1000001

Color Harmonies of #A8F855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F855

Black with #A8F855

Text Example


Text Example

White with #A8F855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F855; }

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

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

background-color css

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

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

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

border-color css

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

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

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