#0ABF43

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

Shades of Dark Pastel Green #0ABF43

Tints of Dark Pastel Green #0ABF43

Color information

#0ABF43 (or 0x0ABF43) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, BF and 43. RGB value is (10,191,67). Sum of RGB (Red+Green+Blue) = 10+191+67=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABF43 is #F540BC. Grayscale: #7B7B7B. Windows color (decimal): -16072893 or 4439818. OLE color: 4439818.

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

Color convert

RGB1019167-
CMYK0.9500.650.25
HSL138.9º90.05%39.41%-
HSV(B)138.9º94.76%74.9%-
XYZ19.7737.7311.55-
YUV122.7496.5347.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.73%
GREEN value IS 191 (75% from 255) = 71.27%
BLUE value IS 67 (26.56% from 255) = 25%
R=3.73%
G=71.27%
B=25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10191670.9500.650.25138.990.0539.41
HexABF435F041198b5a27
Octal1227710313701013121313247
Binary101010111111100001110111110100000111001100010111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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