Html Css Color HEX #A8F832 Green Yellow

📋 copy color: '#A8F832'

red 168 ◦ green 248 ◦ blue 50

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

Shades of Green Yellow #A8F832

Tints of Green Yellow #A8F832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.73%

R = 36.05%
G = 53.22%
B = 10.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#A8F832 (or 0xA8F832) is known color: Green Yellow. HEX triplet: A8, F8 and 32. RGB value is (168,248,50). Sum of RGB (Red+Green+Blue) = 168+248+50=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F832 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F832 is #5707CD. Grayscale: #CACACA. Windows color (decimal): -5703630 or 3340456. OLE color: 3340456.

HSL color Cylindrical-coordinate representation of color #A8F832: hue angle of 84.24º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8F832 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 248 50 -
CMYK 0.32 0 0.80 0.03
HSL 84.24º 0.93% 0.58% -
HSV(B) 84.24º 0.8% 0.97% -
XYZ 50.29 75.69 14.98 -
YUV 201.51 42.5 104.1 -
System Red Green Blue C M Y K H S L
Decimal 168 248 50 0.32 0 0.80 0.03 84.24 0.93 0.58
Hex A8 F8 32 20 0 50 3 54 5D 3A
Octal 250 370 62 40 0 120 3 124 135 72
Binary 10101000 11111000 110010 100000 0 1010000 11 1010100 1011101 111010

Color Harmonies of #A8F832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F832

Black with #A8F832

Text Example


Text Example

White with #A8F832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F832; }

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

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

background-color css

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

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

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

border-color css

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

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

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