Html Css Color HEX #A8F852 Conifer

📋 copy color: '#A8F852'

red 168 ◦ green 248 ◦ blue 82

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

Shades of Conifer #A8F852

Tints of Conifer #A8F852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.47%

R = 33.73%
G = 49.8%
B = 16.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#A8F852 (or 0xA8F852) is known color: Conifer. HEX triplet: A8, F8 and 52. RGB value is (168,248,82). Sum of RGB (Red+Green+Blue) = 168+248+82=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F852 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F852 is #5707AD. Grayscale: #CDCDCD. Windows color (decimal): -5703598 or 5437608. OLE color: 5437608.

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

Color convert

RGB 168 248 82 -
CMYK 0.32 0 0.67 0.03
HSL 88.92º 0.92% 0.65% -
HSV(B) 88.92º 0.67% 0.97% -
XYZ 51.24 76.07 19.96 -
YUV 205.16 58.5 101.5 -
System Red Green Blue C M Y K H S L
Decimal 168 248 82 0.32 0 0.67 0.03 88.92 0.92 0.65
Hex A8 F8 52 20 0 43 3 59 5C 41
Octal 250 370 122 40 0 103 3 131 134 101
Binary 10101000 11111000 1010010 100000 0 1000011 11 1011001 1011100 1000001

Color Harmonies of #A8F852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F852

Black with #A8F852

Text Example


Text Example

White with #A8F852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F852; }

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

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

background-color css

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

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

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

border-color css

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

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

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