Html Css Color HEX #9ADA30 Yellow Green

📋 copy color: '#9ADA30'

red 154 ◦ green 218 ◦ blue 48

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

Shades of Yellow Green #9ADA30

Tints of Yellow Green #9ADA30

RGB

 RED value IS 154 (60.55% from 255) = 36.67%

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

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

R = 36.67%
G = 51.9%
B = 11.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#9ADA30 (or 0x9ADA30) is known color: Yellow Green. HEX triplet: 9A, DA and 30. RGB value is (154,218,48). Sum of RGB (Red+Green+Blue) = 154+218+48=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADA30 is #6525CF. Grayscale: #B4B4B4. Windows color (decimal): -6628816 or 3201690. OLE color: 3201690.

HSL color Cylindrical-coordinate representation of color #9ADA30: hue angle of 82.59º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9ADA30 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 48 -
CMYK 0.29 0 0.78 0.15
HSL 82.59º 0.7% 0.52% -
HSV(B) 82.59º 0.78% 0.85% -
XYZ 38.93 57.23 11.79 -
YUV 179.48 53.8 109.82 -
System Red Green Blue C M Y K H S L
Decimal 154 218 48 0.29 0 0.78 0.15 82.59 0.7 0.52
Hex 9A DA 30 1D 0 4E F 53 46 34
Octal 232 332 60 35 0 116 17 123 106 64
Binary 10011010 11011010 110000 11101 0 1001110 1111 1010011 1000110 110100

Color Harmonies of #9ADA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADA30

Black with #9ADA30

Text Example


Text Example

White with #9ADA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ADA30; }

 p { color: rgb(154,218,48); }

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

background-color css

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

 a { background-color: rgb(154,218,48); }

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

border-color css

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

 span { border-color: rgb(154,218,48); }

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