Html Css Color HEX #0ACB25 Dark Pastel Green

📋 copy color: '#0ACB25'

red 10 ◦ green 203 ◦ blue 37

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

Shades of Dark Pastel Green #0ACB25

Tints of Dark Pastel Green #0ACB25

RGB

 RED value IS 10 (4.3% from 255) = 4%

 GREEN value IS 203 (79.69% from 255) = 81.2%

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

R = 4%
G = 81.2%
B = 14.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#0ACB25 (or 0x0ACB25) is known color: Dark Pastel Green. HEX triplet: 0A, CB and 25. RGB value is (10,203,37). Sum of RGB (Red+Green+Blue) = 10+203+37=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 203 (79.69% from 255 or 81.2% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACB25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACB25 is #F534DA. Grayscale: #7E7E7E. Windows color (decimal): -16069851 or 2476810. OLE color: 2476810.

HSL color Cylindrical-coordinate representation of color #0ACB25: hue angle of 128.39º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACB25 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 203 37 -
CMYK 0.95 0 0.82 0.20
HSL 128.39º 0.91% 0.42% -
HSV(B) 128.39º 0.95% 0.8% -
XYZ 21.82 42.91 8.88 -
YUV 126.37 77.56 45 -
System Red Green Blue C M Y K H S L
Decimal 10 203 37 0.95 0 0.82 0.20 128.39 0.91 0.42
Hex A CB 25 5F 0 52 14 80 5B 2A
Octal 12 313 45 137 0 122 24 200 133 52
Binary 1010 11001011 100101 1011111 0 1010010 10100 10000000 1011011 101010

Color Harmonies of #0ACB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACB25

Black with #0ACB25

Text Example


Text Example

White with #0ACB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,203,37); }

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

background-color css

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

 a { background-color: rgb(10,203,37); }

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

border-color css

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

 span { border-color: rgb(10,203,37); }

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