Html Css Color HEX #30AA0F Kelly Green

📋 copy color: '#30AA0F'

red 48 ◦ green 170 ◦ blue 15

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

Shades of Kelly Green #30AA0F

Tints of Kelly Green #30AA0F

RGB

 RED value IS 48 (19.14% from 255) = 20.6%

 GREEN value IS 170 (66.8% from 255) = 72.96%

 BLUE value IS 15 (6.25% from 255) = 6.44%

R = 20.6%
G = 72.96%
B = 6.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#30AA0F (or 0x30AA0F) is known color: Kelly Green. HEX triplet: 30, AA and 0F. RGB value is (48,170,15). Sum of RGB (Red+Green+Blue) = 48+170+15=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 170 (66.80% from 255 or 72.96% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AA0F is #CF55F0. Grayscale: #747474. Windows color (decimal): -13587953 or 1026608. OLE color: 1026608.

HSL color Cylindrical-coordinate representation of color #30AA0F: hue angle of 107.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30AA0F is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 170 15 -
CMYK 0.72 0 0.91 0.33
HSL 107.23º 0.84% 0.36% -
HSV(B) 107.23º 0.91% 0.67% -
XYZ 15.68 29.41 5.3 -
YUV 115.85 71.08 79.6 -
System Red Green Blue C M Y K H S L
Decimal 48 170 15 0.72 0 0.91 0.33 107.23 0.84 0.36
Hex 30 AA F 48 0 5B 21 6B 54 24
Octal 60 252 17 110 0 133 41 153 124 44
Binary 110000 10101010 1111 1001000 0 1011011 100001 1101011 1010100 100100

Color Harmonies of #30AA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AA0F

Black with #30AA0F

Text Example


Text Example

White with #30AA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30AA0F; }

 p { color: rgb(48,170,15); }

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

background-color css

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

 a { background-color: rgb(48,170,15); }

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

border-color css

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

 span { border-color: rgb(48,170,15); }

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