Html Css Color HEX #0DBE5C Pigment Green

📋 copy color: '#0DBE5C'

red 13 ◦ green 190 ◦ blue 92

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

Shades of Pigment Green #0DBE5C

Tints of Pigment Green #0DBE5C

RGB

 RED value IS 13 (5.47% from 255) = 4.41%

 GREEN value IS 190 (74.61% from 255) = 64.41%

 BLUE value IS 92 (36.33% from 255) = 31.19%

R = 4.41%
G = 64.41%
B = 31.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#0DBE5C (or 0x0DBE5C) is known color: Pigment Green. HEX triplet: 0D, BE and 5C. RGB value is (13,190,92). Sum of RGB (Red+Green+Blue) = 13+190+92=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBE5C is #F241A3. Grayscale: #7E7E7E. Windows color (decimal): -15876516 or 6077965. OLE color: 6077965.

HSL color Cylindrical-coordinate representation of color #0DBE5C: hue angle of 146.78º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE5C is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 190 92 -
CMYK 0.93 0 0.52 0.25
HSL 146.78º 0.87% 0.4% -
HSV(B) 146.78º 0.93% 0.75% -
XYZ 20.51 37.69 16.32 -
YUV 125.91 108.86 47.47 -
System Red Green Blue C M Y K H S L
Decimal 13 190 92 0.93 0 0.52 0.25 146.78 0.87 0.4
Hex D BE 5C 5D 0 34 19 93 57 28
Octal 15 276 134 135 0 64 31 223 127 50
Binary 1101 10111110 1011100 1011101 0 110100 11001 10010011 1010111 101000

Color Harmonies of #0DBE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBE5C

Black with #0DBE5C

Text Example


Text Example

White with #0DBE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DBE5C; }

 p { color: rgb(13,190,92); }

 H1.HeaderClassName
 {
   color: #0DBE5C;
 }
 .AnyTagClassName
 {
   color: #0DBE5C;
 }
</style>

background-color css

<style>
 a { background-color: #0DBE5C; }

 a { background-color: rgb(13,190,92); }

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

border-color css

<style>
 span { border-color: #0DBE5C; }

 span { border-color: rgb(13,190,92); }

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