Html Css Color HEX #48CA0A Kelly Green

📋 copy color: '#48CA0A'

red 72 ◦ green 202 ◦ blue 10

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

Shades of Kelly Green #48CA0A

Tints of Kelly Green #48CA0A

RGB

 RED value IS 72 (28.52% from 255) = 25.35%

 GREEN value IS 202 (79.3% from 255) = 71.13%

 BLUE value IS 10 (4.3% from 255) = 3.52%

R = 25.35%
G = 71.13%
B = 3.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#48CA0A (or 0x48CA0A) is known color: Kelly Green. HEX triplet: 48, CA and 0A. RGB value is (72,202,10). Sum of RGB (Red+Green+Blue) = 72+202+10=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 202 (79.30% from 255 or 71.13% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CA0A is #B735F5. Grayscale: #8D8D8D. Windows color (decimal): -12006902 or 707144. OLE color: 707144.

HSL color Cylindrical-coordinate representation of color #48CA0A: hue angle of 100.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48CA0A is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 202 10 -
CMYK 0.64 0 0.95 0.21
HSL 100.63º 0.91% 0.42% -
HSV(B) 100.63º 0.95% 0.79% -
XYZ 23.85 43.64 7.45 -
YUV 141.24 53.93 78.61 -
System Red Green Blue C M Y K H S L
Decimal 72 202 10 0.64 0 0.95 0.21 100.63 0.91 0.42
Hex 48 CA A 40 0 5F 15 65 5B 2A
Octal 110 312 12 100 0 137 25 145 133 52
Binary 1001000 11001010 1010 1000000 0 1011111 10101 1100101 1011011 101010

Color Harmonies of #48CA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CA0A

Black with #48CA0A

Text Example


Text Example

White with #48CA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48CA0A; }

 p { color: rgb(72,202,10); }

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

background-color css

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

 a { background-color: rgb(72,202,10); }

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

border-color css

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

 span { border-color: rgb(72,202,10); }

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