Html Css Color HEX #0BCA3F Dark Pastel Green

📋 copy color: '#0BCA3F'

red 11 ◦ green 202 ◦ blue 63

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

Shades of Dark Pastel Green #0BCA3F

Tints of Dark Pastel Green #0BCA3F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 73.19%

 BLUE value IS 63 (25% from 255) = 22.83%

R = 3.99%
G = 73.19%
B = 22.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#0BCA3F (or 0x0BCA3F) is known color: Dark Pastel Green. HEX triplet: 0B, CA and 3F. RGB value is (11,202,63). Sum of RGB (Red+Green+Blue) = 11+202+63=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCA3F is #F435C0. Grayscale: #818181. Windows color (decimal): -16004545 or 4180491. OLE color: 4180491.

HSL color Cylindrical-coordinate representation of color #0BCA3F: hue angle of 136.34º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCA3F is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 202 63 -
CMYK 0.95 0 0.69 0.21
HSL 136.34º 0.9% 0.42% -
HSV(B) 136.34º 0.95% 0.79% -
XYZ 22.16 42.67 11.77 -
YUV 129.05 90.72 43.8 -
System Red Green Blue C M Y K H S L
Decimal 11 202 63 0.95 0 0.69 0.21 136.34 0.9 0.42
Hex B CA 3F 5F 0 45 15 88 5A 2A
Octal 13 312 77 137 0 105 25 210 132 52
Binary 1011 11001010 111111 1011111 0 1000101 10101 10001000 1011010 101010

Color Harmonies of #0BCA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCA3F

Black with #0BCA3F

Text Example


Text Example

White with #0BCA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,202,63); }

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

background-color css

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

 a { background-color: rgb(11,202,63); }

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

border-color css

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

 span { border-color: rgb(11,202,63); }

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