Html Css Color HEX #10C32F Dark Pastel Green

📋 copy color: '#10C32F'

red 16 ◦ green 195 ◦ blue 47

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

Shades of Dark Pastel Green #10C32F

Tints of Dark Pastel Green #10C32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 75.58%

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 6.2%
G = 75.58%
B = 18.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#10C32F (or 0x10C32F) is known color: Dark Pastel Green. HEX triplet: 10, C3 and 2F. RGB value is (16,195,47). Sum of RGB (Red+Green+Blue) = 16+195+47=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 195 (76.56% from 255 or 75.58% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 195 - color contains mainly: green. Hex color #10C32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C32F is #EF3CD0. Grayscale: #7D7D7D. Windows color (decimal): -15678673 or 3130128. OLE color: 3130128.

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

Color convert

RGB 16 195 47 -
CMYK 0.92 0 0.76 0.24
HSL 130.39º 0.85% 0.41% -
HSV(B) 130.39º 0.92% 0.76% -
XYZ 20.24 39.35 9.22 -
YUV 124.61 84.2 50.53 -
System Red Green Blue C M Y K H S L
Decimal 16 195 47 0.92 0 0.76 0.24 130.39 0.85 0.41
Hex 10 C3 2F 5C 0 4C 18 82 55 29
Octal 20 303 57 134 0 114 30 202 125 51
Binary 10000 11000011 101111 1011100 0 1001100 11000 10000010 1010101 101001

Color Harmonies of #10C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C32F

Black with #10C32F

Text Example


Text Example

White with #10C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,195,47); }

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

background-color css

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

 a { background-color: rgb(16,195,47); }

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

border-color css

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

 span { border-color: rgb(16,195,47); }

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