Html Css Color HEX #0FA333 Dark Pastel Green

📋 copy color: '#0FA333'

red 15 ◦ green 163 ◦ blue 51

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

Shades of Dark Pastel Green #0FA333

Tints of Dark Pastel Green #0FA333

RGB

 RED value IS 15 (6.25% from 255) = 6.55%

 GREEN value IS 163 (64.06% from 255) = 71.18%

 BLUE value IS 51 (20.31% from 255) = 22.27%

R = 6.55%
G = 71.18%
B = 22.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#0FA333 (or 0x0FA333) is known color: Dark Pastel Green. HEX triplet: 0F, A3 and 33. RGB value is (15,163,51). Sum of RGB (Red+Green+Blue) = 15+163+51=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 163 (64.06% from 255 or 71.18% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA333 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA333 is #F05CCC. Grayscale: #6A6A6A. Windows color (decimal): -15752397 or 3384079. OLE color: 3384079.

HSL color Cylindrical-coordinate representation of color #0FA333: hue angle of 134.59º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA333 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 163 51 -
CMYK 0.91 0 0.69 0.36
HSL 134.59º 0.83% 0.35% -
HSV(B) 134.59º 0.91% 0.64% -
XYZ 13.89 26.53 7.52 -
YUV 105.98 96.97 63.11 -
System Red Green Blue C M Y K H S L
Decimal 15 163 51 0.91 0 0.69 0.36 134.59 0.83 0.35
Hex F A3 33 5B 0 45 24 87 53 23
Octal 17 243 63 133 0 105 44 207 123 43
Binary 1111 10100011 110011 1011011 0 1000101 100100 10000111 1010011 100011

Color Harmonies of #0FA333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA333

Black with #0FA333

Text Example


Text Example

White with #0FA333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,163,51); }

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

background-color css

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

 a { background-color: rgb(15,163,51); }

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

border-color css

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

 span { border-color: rgb(15,163,51); }

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