Html Css Color HEX #0CA99B Persian Green

📋 copy color: '#0CA99B'

red 12 ◦ green 169 ◦ blue 155

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

Shades of Persian Green #0CA99B

Tints of Persian Green #0CA99B

RGB

 RED value IS 12 (5.08% from 255) = 3.57%

 GREEN value IS 169 (66.41% from 255) = 50.3%

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

R = 3.57%
G = 50.3%
B = 46.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#0CA99B (or 0x0CA99B) is known color: Persian Green. HEX triplet: 0C, A9 and 9B. RGB value is (12,169,155). Sum of RGB (Red+Green+Blue) = 12+169+155=336 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.57% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA99B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA99B is #F35664. Grayscale: #787878. Windows color (decimal): -15947365 or 10201356. OLE color: 10201356.

HSL color Cylindrical-coordinate representation of color #0CA99B: hue angle of 174.65º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA99B is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 12 169 155 -
CMYK 0.93 0 0.08 0.34
HSL 174.65º 0.87% 0.35% -
HSV(B) 174.65º 0.93% 0.66% -
XYZ 20.26 30.82 35.89 -
YUV 120.46 147.49 50.64 -
System Red Green Blue C M Y K H S L
Decimal 12 169 155 0.93 0 0.08 0.34 174.65 0.87 0.35
Hex C A9 9B 5D 0 8 22 AF 57 23
Octal 14 251 233 135 0 10 42 257 127 43
Binary 1100 10101001 10011011 1011101 0 1000 100010 10101111 1010111 100011

Color Harmonies of #0CA99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA99B

Black with #0CA99B

Text Example


Text Example

White with #0CA99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,169,155); }

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

background-color css

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

 a { background-color: rgb(12,169,155); }

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

border-color css

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

 span { border-color: rgb(12,169,155); }

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