Html Css Color HEX #10C227 Dark Pastel Green

📋 copy color: '#10C227'

red 16 ◦ green 194 ◦ blue 39

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

Shades of Dark Pastel Green #10C227

Tints of Dark Pastel Green #10C227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.66%

R = 6.43%
G = 77.91%
B = 15.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#10C227 (or 0x10C227) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 27. RGB value is (16,194,39). Sum of RGB (Red+Green+Blue) = 16+194+39=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 194 (76.17% from 255 or 77.91% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 194 - color contains mainly: green. Hex color #10C227 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C227 is #EF3DD8. Grayscale: #7B7B7B. Windows color (decimal): -15678937 or 2605584. OLE color: 2605584.

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

Color convert

RGB 16 194 39 -
CMYK 0.92 0 0.80 0.24
HSL 127.75º 0.85% 0.41% -
HSV(B) 127.75º 0.92% 0.76% -
XYZ 19.87 38.84 8.37 -
YUV 123.11 80.53 51.6 -
System Red Green Blue C M Y K H S L
Decimal 16 194 39 0.92 0 0.80 0.24 127.75 0.85 0.41
Hex 10 C2 27 5C 0 50 18 80 55 29
Octal 20 302 47 134 0 120 30 200 125 51
Binary 10000 11000010 100111 1011100 0 1010000 11000 10000000 1010101 101001

Color Harmonies of #10C227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C227

Black with #10C227

Text Example


Text Example

White with #10C227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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