Html Css Color HEX #10C433 Dark Pastel Green

📋 copy color: '#10C433'

red 16 ◦ green 196 ◦ blue 51

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

Shades of Dark Pastel Green #10C433

Tints of Dark Pastel Green #10C433

RGB

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

 GREEN value IS 196 (76.95% from 255) = 74.52%

 BLUE value IS 51 (20.31% from 255) = 19.39%

R = 6.08%
G = 74.52%
B = 19.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#10C433 (or 0x10C433) is known color: Dark Pastel Green. HEX triplet: 10, C4 and 33. RGB value is (16,196,51). Sum of RGB (Red+Green+Blue) = 16+196+51=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 196 (76.95% from 255 or 74.52% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 196 - color contains mainly: green. Hex color #10C433 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C433 is #EF3BCC. Grayscale: #7E7E7E. Windows color (decimal): -15678413 or 3392528. OLE color: 3392528.

HSL color Cylindrical-coordinate representation of color #10C433: hue angle of 131.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C433 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 16 196 51 -
CMYK 0.92 0 0.74 0.23
HSL 131.67º 0.85% 0.42% -
HSV(B) 131.67º 0.92% 0.77% -
XYZ 20.55 39.83 9.74 -
YUV 125.65 85.87 49.79 -
System Red Green Blue C M Y K H S L
Decimal 16 196 51 0.92 0 0.74 0.23 131.67 0.85 0.42
Hex 10 C4 33 5C 0 4A 17 84 55 2A
Octal 20 304 63 134 0 112 27 204 125 52
Binary 10000 11000100 110011 1011100 0 1001010 10111 10000100 1010101 101010

Color Harmonies of #10C433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C433

Black with #10C433

Text Example


Text Example

White with #10C433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,196,51); }

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

background-color css

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

 a { background-color: rgb(16,196,51); }

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

border-color css

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

 span { border-color: rgb(16,196,51); }

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