Html Css Color HEX #10B423 Dark Pastel Green

📋 copy color: '#10B423'

red 16 ◦ green 180 ◦ blue 35

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

Shades of Dark Pastel Green #10B423

Tints of Dark Pastel Green #10B423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.15%

R = 6.93%
G = 77.92%
B = 15.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#10B423 (or 0x10B423) is known color: Dark Pastel Green. HEX triplet: 10, B4 and 23. RGB value is (16,180,35). Sum of RGB (Red+Green+Blue) = 16+180+35=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 180 (70.70% from 255 or 77.92% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 180 - color contains mainly: green. Hex color #10B423 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B423 is #EF4BDC. Grayscale: #727272. Windows color (decimal): -15682525 or 2339856. OLE color: 2339856.

HSL color Cylindrical-coordinate representation of color #10B423: hue angle of 126.95º 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 #10B423 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 180 35 -
CMYK 0.91 0 0.81 0.29
HSL 126.95º 0.84% 0.38% -
HSV(B) 126.95º 0.91% 0.71% -
XYZ 16.84 32.87 7.05 -
YUV 114.43 83.17 57.79 -
System Red Green Blue C M Y K H S L
Decimal 16 180 35 0.91 0 0.81 0.29 126.95 0.84 0.38
Hex 10 B4 23 5B 0 51 1D 7F 54 26
Octal 20 264 43 133 0 121 35 177 124 46
Binary 10000 10110100 100011 1011011 0 1010001 11101 1111111 1010100 100110

Color Harmonies of #10B423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B423

Black with #10B423

Text Example


Text Example

White with #10B423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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