Html Css Color HEX #0BC714 Dark Pastel Green

📋 copy color: '#0BC714'

red 11 ◦ green 199 ◦ blue 20

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

Shades of Dark Pastel Green #0BC714

Tints of Dark Pastel Green #0BC714

RGB

 RED value IS 11 (4.69% from 255) = 4.78%

 GREEN value IS 199 (78.13% from 255) = 86.52%

 BLUE value IS 20 (8.2% from 255) = 8.7%

R = 4.78%
G = 86.52%
B = 8.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#0BC714 (or 0x0BC714) is known color: Dark Pastel Green. HEX triplet: 0B, C7 and 14. RGB value is (11,199,20). Sum of RGB (Red+Green+Blue) = 11+199+20=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 199 (78.12% from 255 or 86.52% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC714 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC714 is #F438EB. Grayscale: #7A7A7A. Windows color (decimal): -16005356 or 1361675. OLE color: 1361675.

HSL color Cylindrical-coordinate representation of color #0BC714: hue angle of 122.87º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC714 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 11 199 20 -
CMYK 0.94 0 0.90 0.22
HSL 122.87º 0.9% 0.41% -
HSV(B) 122.87º 0.94% 0.78% -
XYZ 20.69 40.97 7.48 -
YUV 122.38 70.22 48.55 -
System Red Green Blue C M Y K H S L
Decimal 11 199 20 0.94 0 0.90 0.22 122.87 0.9 0.41
Hex B C7 14 5E 0 5A 16 7B 5A 29
Octal 13 307 24 136 0 132 26 173 132 51
Binary 1011 11000111 10100 1011110 0 1011010 10110 1111011 1011010 101001

Color Harmonies of #0BC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC714

Black with #0BC714

Text Example


Text Example

White with #0BC714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,199,20); }

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

background-color css

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

 a { background-color: rgb(11,199,20); }

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

border-color css

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

 span { border-color: rgb(11,199,20); }

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