Html Css Color HEX #10C34B Dark Pastel Green

📋 copy color: '#10C34B'

red 16 ◦ green 195 ◦ blue 75

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

Shades of Dark Pastel Green #10C34B

Tints of Dark Pastel Green #10C34B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.22%

R = 5.59%
G = 68.18%
B = 26.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#10C34B (or 0x10C34B) is known color: Dark Pastel Green. HEX triplet: 10, C3 and 4B. RGB value is (16,195,75). Sum of RGB (Red+Green+Blue) = 16+195+75=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 195 (76.56% from 255 or 68.18% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 195 - color contains mainly: green. Hex color #10C34B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C34B is #EF3CB4. Grayscale: #808080. Windows color (decimal): -15678645 or 4965136. OLE color: 4965136.

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

Color convert

RGB 16 195 75 -
CMYK 0.92 0 0.62 0.24
HSL 139.78º 0.85% 0.41% -
HSV(B) 139.78º 0.92% 0.76% -
XYZ 21 39.65 13.2 -
YUV 127.8 98.2 48.26 -
System Red Green Blue C M Y K H S L
Decimal 16 195 75 0.92 0 0.62 0.24 139.78 0.85 0.41
Hex 10 C3 4B 5C 0 3E 18 8C 55 29
Octal 20 303 113 134 0 76 30 214 125 51
Binary 10000 11000011 1001011 1011100 0 111110 11000 10001100 1010101 101001

Color Harmonies of #10C34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C34B

Black with #10C34B

Text Example


Text Example

White with #10C34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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