Html Css Color HEX #A8DA28 Yellow Green

📋 copy color: '#A8DA28'

red 168 ◦ green 218 ◦ blue 40

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

Shades of Yellow Green #A8DA28

Tints of Yellow Green #A8DA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.17%

 BLUE value IS 40 (16.02% from 255) = 9.39%

R = 39.44%
G = 51.17%
B = 9.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#A8DA28 (or 0xA8DA28) is known color: Yellow Green. HEX triplet: A8, DA and 28. RGB value is (168,218,40). Sum of RGB (Red+Green+Blue) = 168+218+40=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA28 is #5725D7. Grayscale: #B7B7B7. Windows color (decimal): -5711320 or 2677416. OLE color: 2677416.

HSL color Cylindrical-coordinate representation of color #A8DA28: hue angle of 76.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8DA28 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 40 -
CMYK 0.23 0 0.82 0.15
HSL 76.85º 0.71% 0.51% -
HSV(B) 76.85º 0.82% 0.85% -
XYZ 41.6 58.62 11.13 -
YUV 182.76 47.44 117.47 -
System Red Green Blue C M Y K H S L
Decimal 168 218 40 0.23 0 0.82 0.15 76.85 0.71 0.51
Hex A8 DA 28 17 0 52 F 4D 47 33
Octal 250 332 50 27 0 122 17 115 107 63
Binary 10101000 11011010 101000 10111 0 1010010 1111 1001101 1000111 110011

Color Harmonies of #A8DA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA28

Black with #A8DA28

Text Example


Text Example

White with #A8DA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA28; }

 p { color: rgb(168,218,40); }

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

background-color css

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

 a { background-color: rgb(168,218,40); }

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

border-color css

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

 span { border-color: rgb(168,218,40); }

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