Html Css Color HEX #A8F053 Conifer

📋 copy color: '#A8F053'

red 168 ◦ green 240 ◦ blue 83

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

Shades of Conifer #A8F053

Tints of Conifer #A8F053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.9%

R = 34.22%
G = 48.88%
B = 16.9%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#A8F053 (or 0xA8F053) is known color: Conifer. HEX triplet: A8, F0 and 53. RGB value is (168,240,83). Sum of RGB (Red+Green+Blue) = 168+240+83=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F053 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F053 is #570FAC. Grayscale: #C9C9C9. Windows color (decimal): -5705645 or 5501096. OLE color: 5501096.

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

Color convert

RGB 168 240 83 -
CMYK 0.3 0 0.65 0.06
HSL 87.52º 0.84% 0.63% -
HSV(B) 87.52º 0.65% 0.94% -
XYZ 48.87 71.27 19.36 -
YUV 200.57 61.65 104.77 -
System Red Green Blue C M Y K H S L
Decimal 168 240 83 0.3 0 0.65 0.06 87.52 0.84 0.63
Hex A8 F0 53 1E 0 41 6 58 54 3F
Octal 250 360 123 36 0 101 6 130 124 77
Binary 10101000 11110000 1010011 11110 0 1000001 110 1011000 1010100 111111

Color Harmonies of #A8F053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F053

Black with #A8F053

Text Example


Text Example

White with #A8F053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F053; }

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

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

background-color css

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

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

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

border-color css

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

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

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