Html Css Color HEX #0FAA2B Dark Pastel Green

📋 copy color: '#0FAA2B'

red 15 ◦ green 170 ◦ blue 43

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

Shades of Dark Pastel Green #0FAA2B

Tints of Dark Pastel Green #0FAA2B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 74.56%

 BLUE value IS 43 (17.19% from 255) = 18.86%

R = 6.58%
G = 74.56%
B = 18.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#0FAA2B (or 0x0FAA2B) is known color: Dark Pastel Green. HEX triplet: 0F, AA and 2B. RGB value is (15,170,43). Sum of RGB (Red+Green+Blue) = 15+170+43=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 170 (66.80% from 255 or 74.56% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA2B is #F055D4. Grayscale: #6D6D6D. Windows color (decimal): -15750613 or 2861583. OLE color: 2861583.

HSL color Cylindrical-coordinate representation of color #0FAA2B: hue angle of 130.84º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA2B is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 170 43 -
CMYK 0.91 0 0.75 0.33
HSL 130.84º 0.84% 0.36% -
HSV(B) 130.84º 0.91% 0.67% -
XYZ 15.01 29.03 7.1 -
YUV 109.18 90.65 60.83 -
System Red Green Blue C M Y K H S L
Decimal 15 170 43 0.91 0 0.75 0.33 130.84 0.84 0.36
Hex F AA 2B 5B 0 4B 21 83 54 24
Octal 17 252 53 133 0 113 41 203 124 44
Binary 1111 10101010 101011 1011011 0 1001011 100001 10000011 1010100 100100

Color Harmonies of #0FAA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA2B

Black with #0FAA2B

Text Example


Text Example

White with #0FAA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,170,43); }

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

background-color css

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

 a { background-color: rgb(15,170,43); }

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

border-color css

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

 span { border-color: rgb(15,170,43); }

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