#0BCA19

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

Shades of Dark Pastel Green #0BCA19

Tints of Dark Pastel Green #0BCA19

Color information

#0BCA19 (or 0x0BCA19) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, CA and 19. RGB value is (11,202,25). Sum of RGB (Red+Green+Blue) = 11+202+25=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 202 (79.30% from 255 or 84.87% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCA19 is #F435E6. Grayscale: #7D7D7D. Windows color (decimal): -16004583 or 1690123. OLE color: 1690123.

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

Color convert

RGB1120225-
CMYK0.9500.880.21
HSL124.4º89.67%41.76%-
HSV(B)124.4º94.55%79.22%-
XYZ21.4342.387.97-
YUV124.7171.7246.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.62%
GREEN value IS 202 (79.30% from 255) = 84.87%
BLUE value IS 25 (10.16% from 255) = 10.50%
R=4.62%
G=84.87%
B=10.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11202250.9500.880.21124.489.6741.76
HexBCA195F058157c5a2a
Octal133123113701302517413252
Binary101111001010110011011111010110001010111111001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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