Html Css Color HEX #10B223 Dark Pastel Green

📋 copy color: '#10B223'

red 16 ◦ green 178 ◦ blue 35

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

Shades of Dark Pastel Green #10B223

Tints of Dark Pastel Green #10B223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 77.73%

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

R = 6.99%
G = 77.73%
B = 15.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#10B223 (or 0x10B223) is known color: Dark Pastel Green. HEX triplet: 10, B2 and 23. RGB value is (16,178,35). Sum of RGB (Red+Green+Blue) = 16+178+35=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 178 (69.92% from 255 or 77.73% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 178 - color contains mainly: green. Hex color #10B223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B223 is #EF4DDC. Grayscale: #717171. Windows color (decimal): -15683037 or 2339344. OLE color: 2339344.

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

Color convert

RGB 16 178 35 -
CMYK 0.91 0 0.80 0.30
HSL 127.04º 0.84% 0.38% -
HSV(B) 127.04º 0.91% 0.7% -
XYZ 16.44 32.07 6.91 -
YUV 113.26 83.83 58.63 -
System Red Green Blue C M Y K H S L
Decimal 16 178 35 0.91 0 0.80 0.30 127.04 0.84 0.38
Hex 10 B2 23 5B 0 50 1E 7F 54 26
Octal 20 262 43 133 0 120 36 177 124 46
Binary 10000 10110010 100011 1011011 0 1010000 11110 1111111 1010100 100110

Color Harmonies of #10B223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B223

Black with #10B223

Text Example


Text Example

White with #10B223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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