Html Css Color HEX #30AC0F Kelly Green

📋 copy color: '#30AC0F'

red 48 ◦ green 172 ◦ blue 15

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

Shades of Kelly Green #30AC0F

Tints of Kelly Green #30AC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 73.19%

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

R = 20.43%
G = 73.19%
B = 6.38%

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

#30AC0F (or 0x30AC0F) is known color: Kelly Green. HEX triplet: 30, AC and 0F. RGB value is (48,172,15). Sum of RGB (Red+Green+Blue) = 48+172+15=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 172 (67.58% from 255 or 73.19% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AC0F is #CF53F0. Grayscale: #757575. Windows color (decimal): -13587441 or 1027120. OLE color: 1027120.

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

Color convert

RGB 48 172 15 -
CMYK 0.72 0 0.91 0.33
HSL 107.39º 0.84% 0.37% -
HSV(B) 107.39º 0.91% 0.67% -
XYZ 16.06 30.17 5.43 -
YUV 117.03 70.42 78.77 -
System Red Green Blue C M Y K H S L
Decimal 48 172 15 0.72 0 0.91 0.33 107.39 0.84 0.37
Hex 30 AC F 48 0 5B 21 6B 54 25
Octal 60 254 17 110 0 133 41 153 124 45
Binary 110000 10101100 1111 1001000 0 1011011 100001 1101011 1010100 100101

Color Harmonies of #30AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC0F

Black with #30AC0F

Text Example


Text Example

White with #30AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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