Html Css Color HEX #0ABF41 Dark Pastel Green

📋 copy color: '#0ABF41'

red 10 ◦ green 191 ◦ blue 65

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

Shades of Dark Pastel Green #0ABF41

Tints of Dark Pastel Green #0ABF41

RGB

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

 GREEN value IS 191 (75% from 255) = 71.8%

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 3.76%
G = 71.8%
B = 24.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#0ABF41 (or 0x0ABF41) is known color: Dark Pastel Green. HEX triplet: 0A, BF and 41. RGB value is (10,191,65). Sum of RGB (Red+Green+Blue) = 10+191+65=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 191 (75% from 255 or 71.80% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABF41 is #F540BE. Grayscale: #7A7A7A. Windows color (decimal): -16072895 or 4308746. OLE color: 4308746.

HSL color Cylindrical-coordinate representation of color #0ABF41: hue angle of 138.23º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABF41 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 191 65 -
CMYK 0.95 0 0.66 0.25
HSL 138.23º 0.9% 0.39% -
HSV(B) 138.23º 0.95% 0.75% -
XYZ 19.71 37.71 11.24 -
YUV 122.52 95.53 47.75 -
System Red Green Blue C M Y K H S L
Decimal 10 191 65 0.95 0 0.66 0.25 138.23 0.9 0.39
Hex A BF 41 5F 0 42 19 8A 5A 27
Octal 12 277 101 137 0 102 31 212 132 47
Binary 1010 10111111 1000001 1011111 0 1000010 11001 10001010 1011010 100111

Color Harmonies of #0ABF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF41

Black with #0ABF41

Text Example


Text Example

White with #0ABF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,191,65); }

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

background-color css

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

 a { background-color: rgb(10,191,65); }

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

border-color css

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

 span { border-color: rgb(10,191,65); }

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