Html Css Color HEX #10C438 Dark Pastel Green

📋 copy color: '#10C438'

red 16 ◦ green 196 ◦ blue 56

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

Shades of Dark Pastel Green #10C438

Tints of Dark Pastel Green #10C438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.9%

R = 5.97%
G = 73.13%
B = 20.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#10C438 (or 0x10C438) is known color: Dark Pastel Green. HEX triplet: 10, C4 and 38. RGB value is (16,196,56). Sum of RGB (Red+Green+Blue) = 16+196+56=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 196 (76.95% from 255 or 73.13% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 196 - color contains mainly: green. Hex color #10C438 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C438 is #EF3BC7. Grayscale: #7E7E7E. Windows color (decimal): -15678408 or 3720208. OLE color: 3720208.

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

Color convert

RGB 16 196 56 -
CMYK 0.92 0 0.71 0.23
HSL 133.33º 0.85% 0.42% -
HSV(B) 133.33º 0.92% 0.77% -
XYZ 20.67 39.88 10.35 -
YUV 126.22 88.37 49.38 -
System Red Green Blue C M Y K H S L
Decimal 16 196 56 0.92 0 0.71 0.23 133.33 0.85 0.42
Hex 10 C4 38 5C 0 47 17 85 55 2A
Octal 20 304 70 134 0 107 27 205 125 52
Binary 10000 11000100 111000 1011100 0 1000111 10111 10000101 1010101 101010

Color Harmonies of #10C438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C438

Black with #10C438

Text Example


Text Example

White with #10C438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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