Html Css Color HEX #0BCA25 Dark Pastel Green

📋 copy color: '#0BCA25'

red 11 ◦ green 202 ◦ blue 37

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

Shades of Dark Pastel Green #0BCA25

Tints of Dark Pastel Green #0BCA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.8%

R = 4.4%
G = 80.8%
B = 14.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#0BCA25 (or 0x0BCA25) is known color: Dark Pastel Green. HEX triplet: 0B, CA and 25. RGB value is (11,202,37). Sum of RGB (Red+Green+Blue) = 11+202+37=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCA25 is #F435DA. Grayscale: #7E7E7E. Windows color (decimal): -16004571 or 2476555. OLE color: 2476555.

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

Color convert

RGB 11 202 37 -
CMYK 0.95 0 0.82 0.21
HSL 128.17º 0.9% 0.42% -
HSV(B) 128.17º 0.95% 0.79% -
XYZ 21.59 42.45 8.81 -
YUV 126.08 77.72 45.92 -
System Red Green Blue C M Y K H S L
Decimal 11 202 37 0.95 0 0.82 0.21 128.17 0.9 0.42
Hex B CA 25 5F 0 52 15 80 5A 2A
Octal 13 312 45 137 0 122 25 200 132 52
Binary 1011 11001010 100101 1011111 0 1010010 10101 10000000 1011010 101010

Color Harmonies of #0BCA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCA25

Black with #0BCA25

Text Example


Text Example

White with #0BCA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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