Html Css Color HEX #0F9742 Pigment Green

📋 copy color: '#0F9742'

red 15 ◦ green 151 ◦ blue 66

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

Shades of Pigment Green #0F9742

Tints of Pigment Green #0F9742

RGB

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

 GREEN value IS 151 (59.38% from 255) = 65.09%

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

R = 6.47%
G = 65.09%
B = 28.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#0F9742 (or 0x0F9742) is known color: Pigment Green. HEX triplet: 0F, 97 and 42. RGB value is (15,151,66). Sum of RGB (Red+Green+Blue) = 15+151+66=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 151 (59.38% from 255 or 65.09% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9742 is #F068BD. Grayscale: #646464. Windows color (decimal): -15755454 or 4364047. OLE color: 4364047.

HSL color Cylindrical-coordinate representation of color #0F9742: hue angle of 142.5º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9742 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 151 66 -
CMYK 0.90 0 0.56 0.41
HSL 142.5º 0.82% 0.33% -
HSV(B) 142.5º 0.9% 0.59% -
XYZ 12.25 22.63 8.88 -
YUV 100.65 108.44 66.91 -
System Red Green Blue C M Y K H S L
Decimal 15 151 66 0.90 0 0.56 0.41 142.5 0.82 0.33
Hex F 97 42 5A 0 38 29 8E 52 21
Octal 17 227 102 132 0 70 51 216 122 41
Binary 1111 10010111 1000010 1011010 0 111000 101001 10001110 1010010 100001

Color Harmonies of #0F9742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9742

Black with #0F9742

Text Example


Text Example

White with #0F9742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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