Html Css Color HEX #10C230 Dark Pastel Green

📋 copy color: '#10C230'

red 16 ◦ green 194 ◦ blue 48

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

Shades of Dark Pastel Green #10C230

Tints of Dark Pastel Green #10C230

RGB

 RED value IS 16 (6.64% from 255) = 6.2%

 GREEN value IS 194 (76.17% from 255) = 75.19%

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

R = 6.2%
G = 75.19%
B = 18.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#10C230 (or 0x10C230) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 30. RGB value is (16,194,48). Sum of RGB (Red+Green+Blue) = 16+194+48=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 194 (76.17% from 255 or 75.19% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 194 - color contains mainly: green. Hex color #10C230 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C230 is #EF3DCF. Grayscale: #7C7C7C. Windows color (decimal): -15678928 or 3195408. OLE color: 3195408.

HSL color Cylindrical-coordinate representation of color #10C230: hue angle of 130.79º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C230 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 194 48 -
CMYK 0.92 0 0.75 0.24
HSL 130.79º 0.85% 0.41% -
HSV(B) 130.79º 0.92% 0.76% -
XYZ 20.04 38.91 9.25 -
YUV 124.13 85.03 50.87 -
System Red Green Blue C M Y K H S L
Decimal 16 194 48 0.92 0 0.75 0.24 130.79 0.85 0.41
Hex 10 C2 30 5C 0 4B 18 83 55 29
Octal 20 302 60 134 0 113 30 203 125 51
Binary 10000 11000010 110000 1011100 0 1001011 11000 10000011 1010101 101001

Color Harmonies of #10C230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C230

Black with #10C230

Text Example


Text Example

White with #10C230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10C230; }

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

 H1.HeaderClassName
 {
   color: #10C230;
 }
 .AnyTagClassName
 {
   color: #10C230;
 }
</style>

background-color css

<style>
 a { background-color: #10C230; }

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

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

border-color css

<style>
 span { border-color: #10C230; }

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

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