Html Css Color HEX #30AE10 Kelly Green

📋 copy color: '#30AE10'

red 48 ◦ green 174 ◦ blue 16

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

Shades of Kelly Green #30AE10

Tints of Kelly Green #30AE10

RGB

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

 GREEN value IS 174 (68.36% from 255) = 73.11%

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 20.17%
G = 73.11%
B = 6.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#30AE10 (or 0x30AE10) is known color: Kelly Green. HEX triplet: 30, AE and 10. RGB value is (48,174,16). Sum of RGB (Red+Green+Blue) = 48+174+16=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 174 (68.36% from 255 or 73.11% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AE10 is #CF51EF. Grayscale: #767676. Windows color (decimal): -13586928 or 1093168. OLE color: 1093168.

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

Color convert

RGB 48 174 16 -
CMYK 0.72 0 0.91 0.32
HSL 107.85º 0.83% 0.37% -
HSV(B) 107.85º 0.91% 0.68% -
XYZ 16.45 30.94 5.59 -
YUV 118.31 70.26 77.85 -
System Red Green Blue C M Y K H S L
Decimal 48 174 16 0.72 0 0.91 0.32 107.85 0.83 0.37
Hex 30 AE 10 48 0 5B 20 6C 53 25
Octal 60 256 20 110 0 133 40 154 123 45
Binary 110000 10101110 10000 1001000 0 1011011 100000 1101100 1010011 100101

Color Harmonies of #30AE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AE10

Black with #30AE10

Text Example


Text Example

White with #30AE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,174,16); }

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

background-color css

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

 a { background-color: rgb(48,174,16); }

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

border-color css

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

 span { border-color: rgb(48,174,16); }

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