Html Css Color HEX #A8F052 Conifer

📋 copy color: '#A8F052'

red 168 ◦ green 240 ◦ blue 82

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

Shades of Conifer #A8F052

Tints of Conifer #A8F052

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

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

R = 34.29%
G = 48.98%
B = 16.73%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#A8F052 (or 0xA8F052) is known color: Conifer. HEX triplet: A8, F0 and 52. RGB value is (168,240,82). Sum of RGB (Red+Green+Blue) = 168+240+82=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F052 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F052 is #570FAD. Grayscale: #C9C9C9. Windows color (decimal): -5705646 or 5435560. OLE color: 5435560.

HSL color Cylindrical-coordinate representation of color #A8F052: hue angle of 87.34º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8F052 is Cyan = 0.3, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 82 -
CMYK 0.3 0 0.66 0.06
HSL 87.34º 0.84% 0.63% -
HSV(B) 87.34º 0.66% 0.94% -
XYZ 48.83 71.25 19.16 -
YUV 200.46 61.15 104.85 -
System Red Green Blue C M Y K H S L
Decimal 168 240 82 0.3 0 0.66 0.06 87.34 0.84 0.63
Hex A8 F0 52 1E 0 42 6 57 54 3F
Octal 250 360 122 36 0 102 6 127 124 77
Binary 10101000 11110000 1010010 11110 0 1000010 110 1010111 1010100 111111

Color Harmonies of #A8F052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F052

Black with #A8F052

Text Example


Text Example

White with #A8F052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F052; }

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

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

background-color css

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

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

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

border-color css

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

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

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