Html Css Color HEX #10B424 Dark Pastel Green

📋 copy color: '#10B424'

red 16 ◦ green 180 ◦ blue 36

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

Shades of Dark Pastel Green #10B424

Tints of Dark Pastel Green #10B424

RGB

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

 GREEN value IS 180 (70.7% from 255) = 77.59%

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 6.9%
G = 77.59%
B = 15.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#10B424 (or 0x10B424) is known color: Dark Pastel Green. HEX triplet: 10, B4 and 24. RGB value is (16,180,36). Sum of RGB (Red+Green+Blue) = 16+180+36=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 180 (70.70% from 255 or 77.59% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 180 - color contains mainly: green. Hex color #10B424 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B424 is #EF4BDB. Grayscale: #727272. Windows color (decimal): -15682524 or 2405392. OLE color: 2405392.

HSL color Cylindrical-coordinate representation of color #10B424: hue angle of 127.32º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B424 is Cyan = 0.91, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 180 36 -
CMYK 0.91 0 0.8 0.29
HSL 127.32º 0.84% 0.38% -
HSV(B) 127.32º 0.91% 0.71% -
XYZ 16.85 32.88 7.13 -
YUV 114.55 83.67 57.71 -
System Red Green Blue C M Y K H S L
Decimal 16 180 36 0.91 0 0.8 0.29 127.32 0.84 0.38
Hex 10 B4 24 5B 0 50 1D 7F 54 26
Octal 20 264 44 133 0 120 35 177 124 46
Binary 10000 10110100 100100 1011011 0 1010000 11101 1111111 1010100 100110

Color Harmonies of #10B424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B424

Black with #10B424

Text Example


Text Example

White with #10B424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,180,36); }

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

background-color css

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

 a { background-color: rgb(16,180,36); }

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

border-color css

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

 span { border-color: rgb(16,180,36); }

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