Html Css Color HEX #0FA25A Pigment Green

📋 copy color: '#0FA25A'

red 15 ◦ green 162 ◦ blue 90

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

Shades of Pigment Green #0FA25A

Tints of Pigment Green #0FA25A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 60.67%

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 5.62%
G = 60.67%
B = 33.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#0FA25A (or 0x0FA25A) is known color: Pigment Green. HEX triplet: 0F, A2 and 5A. RGB value is (15,162,90). Sum of RGB (Red+Green+Blue) = 15+162+90=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA25A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA25A is #F05DA5. Grayscale: #6D6D6D. Windows color (decimal): -15752614 or 5939727. OLE color: 5939727.

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

Color convert

RGB 15 162 90 -
CMYK 0.91 0 0.44 0.36
HSL 150.61º 0.83% 0.35% -
HSV(B) 150.61º 0.91% 0.64% -
XYZ 14.96 26.68 14.03 -
YUV 109.84 116.8 60.35 -
System Red Green Blue C M Y K H S L
Decimal 15 162 90 0.91 0 0.44 0.36 150.61 0.83 0.35
Hex F A2 5A 5B 0 2C 24 97 53 23
Octal 17 242 132 133 0 54 44 227 123 43
Binary 1111 10100010 1011010 1011011 0 101100 100100 10010111 1010011 100011

Color Harmonies of #0FA25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA25A

Black with #0FA25A

Text Example


Text Example

White with #0FA25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,162,90); }

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

background-color css

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

 a { background-color: rgb(15,162,90); }

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

border-color css

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

 span { border-color: rgb(15,162,90); }

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