Html Css Color HEX #0FA29C Persian Green

📋 copy color: '#0FA29C'

red 15 ◦ green 162 ◦ blue 156

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

Shades of Persian Green #0FA29C

Tints of Persian Green #0FA29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.85%

R = 4.5%
G = 48.65%
B = 46.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#0FA29C (or 0x0FA29C) is known color: Persian Green. HEX triplet: 0F, A2 and 9C. RGB value is (15,162,156). Sum of RGB (Red+Green+Blue) = 15+162+156=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA29C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA29C is #F05D63. Grayscale: #757575. Windows color (decimal): -15752548 or 10265103. OLE color: 10265103.

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

Color convert

RGB 15 162 156 -
CMYK 0.91 0 0.04 0.36
HSL 177.55º 0.83% 0.35% -
HSV(B) 177.55º 0.91% 0.64% -
XYZ 19.12 28.34 35.92 -
YUV 117.36 149.8 54.99 -
System Red Green Blue C M Y K H S L
Decimal 15 162 156 0.91 0 0.04 0.36 177.55 0.83 0.35
Hex F A2 9C 5B 0 4 24 B2 53 23
Octal 17 242 234 133 0 4 44 262 123 43
Binary 1111 10100010 10011100 1011011 0 100 100100 10110010 1010011 100011

Color Harmonies of #0FA29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA29C

Black with #0FA29C

Text Example


Text Example

White with #0FA29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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