#10BE4B

Color #10BE4B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #10BE4B

Tints of Dark Pastel Green #10BE4B

Color information

#10BE4B (or 0x10BE4B) is unknown color: approx Dark Pastel Green. HEX triplet: 10, BE and 4B. RGB value is (16,190,75). Sum of RGB (Red+Green+Blue) = 16+190+75=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 190 (74.61% from 255 or 67.62% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BE4B is #EF41B4. Grayscale: #7D7D7D. Windows color (decimal): -15679925 or 4963856. OLE color: 4963856.

HSL color Cylindrical-coordinate representation of color #10BE4B: hue angle of 140.34º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BE4B is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1619075-
CMYK0.9200.610.25
HSL140.34º84.47%40.39%-
HSV(B)140.34º91.58%74.51%-
XYZ19.937.4512.84-
YUV124.8699.8550.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.69%
GREEN value IS 190 (74.61% from 255) = 67.62%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=5.69%
G=67.62%
B=26.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16190750.9200.610.25140.3484.4740.39
Hex10BE4B5C03D198c5428
Octal202761131340753121412450
Binary100001011111010010111011100011110111001100011001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10BE4B;
 }
 .AnyTagClassName
 {
   color: #10BE4B;
 }
</style>
background-color css

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

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

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

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

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

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