Html Css Color HEX #A8FC52 Conifer

📋 copy color: '#A8FC52'

red 168 ◦ green 252 ◦ blue 82

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

Shades of Conifer #A8FC52

Tints of Conifer #A8FC52

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.2%

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

R = 33.47%
G = 50.2%
B = 16.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#A8FC52 (or 0xA8FC52) is known color: Conifer. HEX triplet: A8, FC and 52. RGB value is (168,252,82). Sum of RGB (Red+Green+Blue) = 168+252+82=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC52 is #5703AD. Grayscale: #D0D0D0. Windows color (decimal): -5702574 or 5438632. OLE color: 5438632.

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

Color convert

RGB 168 252 82 -
CMYK 0.33 0 0.67 0.01
HSL 89.65º 0.97% 0.65% -
HSV(B) 89.65º 0.67% 0.99% -
XYZ 52.48 78.55 20.38 -
YUV 207.5 57.17 99.82 -
System Red Green Blue C M Y K H S L
Decimal 168 252 82 0.33 0 0.67 0.01 89.65 0.97 0.65
Hex A8 FC 52 21 0 43 1 5A 61 41
Octal 250 374 122 41 0 103 1 132 141 101
Binary 10101000 11111100 1010010 100001 0 1000011 1 1011010 1100001 1000001

Color Harmonies of #A8FC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FC52

Black with #A8FC52

Text Example


Text Example

White with #A8FC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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