Html Css Color HEX #0FAA42 Pigment Green

📋 copy color: '#0FAA42'

red 15 ◦ green 170 ◦ blue 66

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

Shades of Pigment Green #0FAA42

Tints of Pigment Green #0FAA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 5.98%
G = 67.73%
B = 26.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#0FAA42 (or 0x0FAA42) is known color: Pigment Green. HEX triplet: 0F, AA and 42. RGB value is (15,170,66). Sum of RGB (Red+Green+Blue) = 15+170+66=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 170 (66.80% from 255 or 67.73% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA42 is #F055BD. Grayscale: #707070. Windows color (decimal): -15750590 or 4368911. OLE color: 4368911.

HSL color Cylindrical-coordinate representation of color #0FAA42: hue angle of 139.74º 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 #0FAA42 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 170 66 -
CMYK 0.91 0 0.61 0.33
HSL 139.74º 0.84% 0.36% -
HSV(B) 139.74º 0.91% 0.67% -
XYZ 15.56 29.24 9.98 -
YUV 111.8 102.15 58.96 -
System Red Green Blue C M Y K H S L
Decimal 15 170 66 0.91 0 0.61 0.33 139.74 0.84 0.36
Hex F AA 42 5B 0 3D 21 8C 54 24
Octal 17 252 102 133 0 75 41 214 124 44
Binary 1111 10101010 1000010 1011011 0 111101 100001 10001100 1010100 100100

Color Harmonies of #0FAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA42

Black with #0FAA42

Text Example


Text Example

White with #0FAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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