Html Css Color HEX #A8D52B Yellow Green

📋 copy color: '#A8D52B'

red 168 ◦ green 213 ◦ blue 43

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

Shades of Yellow Green #A8D52B

Tints of Yellow Green #A8D52B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.24%

 BLUE value IS 43 (17.19% from 255) = 10.14%

R = 39.62%
G = 50.24%
B = 10.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#A8D52B (or 0xA8D52B) is known color: Yellow Green. HEX triplet: A8, D5 and 2B. RGB value is (168,213,43). Sum of RGB (Red+Green+Blue) = 168+213+43=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D52B is #572AD4. Grayscale: #B4B4B4. Windows color (decimal): -5712597 or 2872744. OLE color: 2872744.

HSL color Cylindrical-coordinate representation of color #A8D52B: hue angle of 75.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8D52B is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 43 -
CMYK 0.21 0 0.80 0.16
HSL 75.88º 0.67% 0.5% -
HSV(B) 75.88º 0.8% 0.84% -
XYZ 40.38 56.09 10.98 -
YUV 180.17 50.59 119.32 -
System Red Green Blue C M Y K H S L
Decimal 168 213 43 0.21 0 0.80 0.16 75.88 0.67 0.5
Hex A8 D5 2B 15 0 50 10 4C 43 32
Octal 250 325 53 25 0 120 20 114 103 62
Binary 10101000 11010101 101011 10101 0 1010000 10000 1001100 1000011 110010

Color Harmonies of #A8D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D52B

Black with #A8D52B

Text Example


Text Example

White with #A8D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D52B; }

 p { color: rgb(168,213,43); }

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

background-color css

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

 a { background-color: rgb(168,213,43); }

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

border-color css

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

 span { border-color: rgb(168,213,43); }

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