Html Css Color HEX #A8DB30 Yellow Green

📋 copy color: '#A8DB30'

red 168 ◦ green 219 ◦ blue 48

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

Shades of Yellow Green #A8DB30

Tints of Yellow Green #A8DB30

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.34%

 BLUE value IS 48 (19.14% from 255) = 11.03%

R = 38.62%
G = 50.34%
B = 11.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#A8DB30 (or 0xA8DB30) is known color: Yellow Green. HEX triplet: A8, DB and 30. RGB value is (168,219,48). Sum of RGB (Red+Green+Blue) = 168+219+48=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB30 is #5724CF. Grayscale: #B8B8B8. Windows color (decimal): -5711056 or 3201960. OLE color: 3201960.

HSL color Cylindrical-coordinate representation of color #A8DB30: hue angle of 77.89º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8DB30 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 219 48 -
CMYK 0.23 0 0.78 0.14
HSL 77.89º 0.7% 0.52% -
HSV(B) 77.89º 0.78% 0.86% -
XYZ 42.01 59.2 12.01 -
YUV 184.26 51.1 116.4 -
System Red Green Blue C M Y K H S L
Decimal 168 219 48 0.23 0 0.78 0.14 77.89 0.7 0.52
Hex A8 DB 30 17 0 4E E 4E 46 34
Octal 250 333 60 27 0 116 16 116 106 64
Binary 10101000 11011011 110000 10111 0 1001110 1110 1001110 1000110 110100

Color Harmonies of #A8DB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB30

Black with #A8DB30

Text Example


Text Example

White with #A8DB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB30; }

 p { color: rgb(168,219,48); }

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

background-color css

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

 a { background-color: rgb(168,219,48); }

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

border-color css

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

 span { border-color: rgb(168,219,48); }

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