Html Css Color HEX #0F8A02 Green

📋 copy color: '#0F8A02'

red 15 ◦ green 138 ◦ blue 2

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

Shades of Green #0F8A02

Tints of Green #0F8A02

RGB

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

 GREEN value IS 138 (54.3% from 255) = 89.03%

 BLUE value IS 2 (1.17% from 255) = 1.29%

R = 9.68%
G = 89.03%
B = 1.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#0F8A02 (or 0x0F8A02) is known color: Green. HEX triplet: 0F, 8A and 02. RGB value is (15,138,2). Sum of RGB (Red+Green+Blue) = 15+138+2=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 138 (54.30% from 255 or 89.03% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 138 - color contains mainly: green. Hex color #0F8A02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8A02 is #F075FD. Grayscale: #565656. Windows color (decimal): -15758846 or 166415. OLE color: 166415.

HSL color Cylindrical-coordinate representation of color #0F8A02: hue angle of 114.26º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F8A02 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 138 2 -
CMYK 0.89 0 0.99 0.46
HSL 114.26º 0.97% 0.27% -
HSV(B) 114.26º 0.99% 0.54% -
XYZ 9.3 18.28 3.1 -
YUV 85.72 80.75 77.56 -
System Red Green Blue C M Y K H S L
Decimal 15 138 2 0.89 0 0.99 0.46 114.26 0.97 0.27
Hex F 8A 2 59 0 63 2E 72 61 1B
Octal 17 212 2 131 0 143 56 162 141 33
Binary 1111 10001010 10 1011001 0 1100011 101110 1110010 1100001 11011

Color Harmonies of #0F8A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8A02

Black with #0F8A02

Text Example


Text Example

White with #0F8A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,138,2); }

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

background-color css

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

 a { background-color: rgb(15,138,2); }

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

border-color css

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

 span { border-color: rgb(15,138,2); }

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