Html Css Color HEX #10BE4B Dark Pastel Green

📋 copy color: '#10BE4B'

red 16 ◦ green 190 ◦ blue 75

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

Shades of Dark Pastel Green #10BE4B

Tints of Dark Pastel Green #10BE4B

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 value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#10BE4B (or 0x10BE4B) is known color: 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

RGB 16 190 75 -
CMYK 0.92 0 0.61 0.25
HSL 140.34º 0.84% 0.4% -
HSV(B) 140.34º 0.92% 0.75% -
XYZ 19.9 37.45 12.84 -
YUV 124.86 99.85 50.35 -
System Red Green Blue C M Y K H S L
Decimal 16 190 75 0.92 0 0.61 0.25 140.34 0.84 0.4
Hex 10 BE 4B 5C 0 3D 19 8C 54 28
Octal 20 276 113 134 0 75 31 214 124 50
Binary 10000 10111110 1001011 1011100 0 111101 11001 10001100 1010100 101000

Color Harmonies of #10BE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BE4B

Black with #10BE4B

Text Example


Text Example

White with #10BE4B

Text Example


Text Example

HTML Codes & Css Web 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>