Html Css Color HEX #0DBC54 Pigment Green

📋 copy color: '#0DBC54'

red 13 ◦ green 188 ◦ blue 84

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

Shades of Pigment Green #0DBC54

Tints of Pigment Green #0DBC54

RGB

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

 GREEN value IS 188 (73.83% from 255) = 65.96%

 BLUE value IS 84 (33.2% from 255) = 29.47%

R = 4.56%
G = 65.96%
B = 29.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#0DBC54 (or 0x0DBC54) is known color: Pigment Green. HEX triplet: 0D, BC and 54. RGB value is (13,188,84). Sum of RGB (Red+Green+Blue) = 13+188+84=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBC54 is #F243AB. Grayscale: #7C7C7C. Windows color (decimal): -15877036 or 5553165. OLE color: 5553165.

HSL color Cylindrical-coordinate representation of color #0DBC54: hue angle of 144.34º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBC54 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 188 84 -
CMYK 0.93 0 0.55 0.26
HSL 144.34º 0.87% 0.39% -
HSV(B) 144.34º 0.93% 0.74% -
XYZ 19.75 36.69 14.43 -
YUV 123.82 105.52 48.96 -
System Red Green Blue C M Y K H S L
Decimal 13 188 84 0.93 0 0.55 0.26 144.34 0.87 0.39
Hex D BC 54 5D 0 37 1A 90 57 27
Octal 15 274 124 135 0 67 32 220 127 47
Binary 1101 10111100 1010100 1011101 0 110111 11010 10010000 1010111 100111

Color Harmonies of #0DBC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBC54

Black with #0DBC54

Text Example


Text Example

White with #0DBC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,188,84); }

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

background-color css

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

 a { background-color: rgb(13,188,84); }

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

border-color css

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

 span { border-color: rgb(13,188,84); }

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