Html Css Color HEX #10B253 Pigment Green

📋 copy color: '#10B253'

red 16 ◦ green 178 ◦ blue 83

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

Shades of Pigment Green #10B253

Tints of Pigment Green #10B253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 5.78%
G = 64.26%
B = 29.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#10B253 (or 0x10B253) is known color: Pigment Green. HEX triplet: 10, B2 and 53. RGB value is (16,178,83). Sum of RGB (Red+Green+Blue) = 16+178+83=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #10B253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B253 is #EF4DAC. Grayscale: #767676. Windows color (decimal): -15682989 or 5485072. OLE color: 5485072.

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

Color convert

RGB 16 178 83 -
CMYK 0.91 0 0.53 0.30
HSL 144.81º 0.84% 0.38% -
HSV(B) 144.81º 0.91% 0.7% -
XYZ 17.7 32.58 13.54 -
YUV 118.73 107.83 54.72 -
System Red Green Blue C M Y K H S L
Decimal 16 178 83 0.91 0 0.53 0.30 144.81 0.84 0.38
Hex 10 B2 53 5B 0 35 1E 91 54 26
Octal 20 262 123 133 0 65 36 221 124 46
Binary 10000 10110010 1010011 1011011 0 110101 11110 10010001 1010100 100110

Color Harmonies of #10B253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B253

Black with #10B253

Text Example


Text Example

White with #10B253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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