Html Css Color HEX #0FA29B Persian Green

📋 copy color: '#0FA29B'

red 15 ◦ green 162 ◦ blue 155

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

Shades of Persian Green #0FA29B

Tints of Persian Green #0FA29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 4.52%
G = 48.8%
B = 46.69%

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

#0FA29B (or 0x0FA29B) is known color: Persian Green. HEX triplet: 0F, A2 and 9B. RGB value is (15,162,155). Sum of RGB (Red+Green+Blue) = 15+162+155=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA29B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA29B is #F05D64. Grayscale: #757575. Windows color (decimal): -15752549 or 10199567. OLE color: 10199567.

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

Color convert

RGB 15 162 155 -
CMYK 0.91 0 0.04 0.36
HSL 177.14º 0.83% 0.35% -
HSV(B) 177.14º 0.91% 0.64% -
XYZ 19.03 28.31 35.47 -
YUV 117.25 149.3 55.07 -
System Red Green Blue C M Y K H S L
Decimal 15 162 155 0.91 0 0.04 0.36 177.14 0.83 0.35
Hex F A2 9B 5B 0 4 24 B1 53 23
Octal 17 242 233 133 0 4 44 261 123 43
Binary 1111 10100010 10011011 1011011 0 100 100100 10110001 1010011 100011

Color Harmonies of #0FA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA29B

Black with #0FA29B

Text Example


Text Example

White with #0FA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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