Html Css Color HEX #10C228 Dark Pastel Green

📋 copy color: '#10C228'

red 16 ◦ green 194 ◦ blue 40

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

Shades of Dark Pastel Green #10C228

Tints of Dark Pastel Green #10C228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16%

R = 6.4%
G = 77.6%
B = 16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#10C228 (or 0x10C228) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 28. RGB value is (16,194,40). Sum of RGB (Red+Green+Blue) = 16+194+40=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 194 (76.17% from 255 or 77.6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 194 - color contains mainly: green. Hex color #10C228 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C228 is #EF3DD7. Grayscale: #7B7B7B. Windows color (decimal): -15678936 or 2671120. OLE color: 2671120.

HSL color Cylindrical-coordinate representation of color #10C228: hue angle of 128.09º 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 #10C228 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 194 40 -
CMYK 0.92 0 0.79 0.24
HSL 128.09º 0.85% 0.41% -
HSV(B) 128.09º 0.92% 0.76% -
XYZ 19.89 38.85 8.46 -
YUV 123.22 81.03 51.52 -
System Red Green Blue C M Y K H S L
Decimal 16 194 40 0.92 0 0.79 0.24 128.09 0.85 0.41
Hex 10 C2 28 5C 0 4F 18 80 55 29
Octal 20 302 50 134 0 117 30 200 125 51
Binary 10000 11000010 101000 1011100 0 1001111 11000 10000000 1010101 101001

Color Harmonies of #10C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C228

Black with #10C228

Text Example


Text Example

White with #10C228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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