#0BCA3A

Color #0BCA3A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0BCA3A

Tints of Dark Pastel Green #0BCA3A

Color information

#0BCA3A (or 0x0BCA3A) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, CA and 3A. RGB value is (11,202,58). Sum of RGB (Red+Green+Blue) = 11+202+58=271 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.06% from 271); Green value is 202 (79.30% from 255 or 74.54% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCA3A is #F435C5. Grayscale: #808080. Windows color (decimal): -16004550 or 3852811. OLE color: 3852811.

HSL color Cylindrical-coordinate representation of color #0BCA3A: hue angle of 134.76º 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 #0BCA3A is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB1120258-
CMYK0.9500.710.21
HSL134.76º89.67%41.76%-
HSV(B)134.76º94.55%79.22%-
XYZ22.0242.6211.07-
YUV128.4888.2244.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.06%
GREEN value IS 202 (79.30% from 255) = 74.54%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=4.06%
G=74.54%
B=21.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11202580.9500.710.21134.7689.6741.76
HexBCA3A5F04715875a2a
Octal133127213701072520713252
Binary10111100101011101010111110100011110101100001111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BCA3A;
 }
 .AnyTagClassName
 {
   color: #0BCA3A;
 }
</style>
background-color css

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

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

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

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

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

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