Html Css Color HEX #0FA29F Persian Green

📋 copy color: '#0FA29F'

red 15 ◦ green 162 ◦ blue 159

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

Shades of Persian Green #0FA29F

Tints of Persian Green #0FA29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.32%

R = 4.46%
G = 48.21%
B = 47.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#0FA29F (or 0x0FA29F) is known color: Persian Green. HEX triplet: 0F, A2 and 9F. RGB value is (15,162,159). Sum of RGB (Red+Green+Blue) = 15+162+159=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA29F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA29F is #F05D60. Grayscale: #757575. Windows color (decimal): -15752545 or 10461711. OLE color: 10461711.

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

Color convert

RGB 15 162 159 -
CMYK 0.91 0 0.02 0.36
HSL 178.78º 0.83% 0.35% -
HSV(B) 178.78º 0.91% 0.64% -
XYZ 19.38 28.45 37.27 -
YUV 117.71 151.3 54.74 -
System Red Green Blue C M Y K H S L
Decimal 15 162 159 0.91 0 0.02 0.36 178.78 0.83 0.35
Hex F A2 9F 5B 0 2 24 B3 53 23
Octal 17 242 237 133 0 2 44 263 123 43
Binary 1111 10100010 10011111 1011011 0 10 100100 10110011 1010011 100011

Color Harmonies of #0FA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA29F

Black with #0FA29F

Text Example


Text Example

White with #0FA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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