Html Css Color HEX #0CA291 Persian Green

📋 copy color: '#0CA291'

red 12 ◦ green 162 ◦ blue 145

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

Shades of Persian Green #0CA291

Tints of Persian Green #0CA291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.45%

R = 3.76%
G = 50.78%
B = 45.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#0CA291 (or 0x0CA291) is known color: Persian Green. HEX triplet: 0C, A2 and 91. RGB value is (12,162,145). Sum of RGB (Red+Green+Blue) = 12+162+145=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA291 is #F35D6E. Grayscale: #737373. Windows color (decimal): -15949167 or 9544204. OLE color: 9544204.

HSL color Cylindrical-coordinate representation of color #0CA291: hue angle of 173.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA291 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 162 145 -
CMYK 0.93 0 0.10 0.36
HSL 173.2º 0.86% 0.34% -
HSV(B) 173.2º 0.93% 0.64% -
XYZ 18.18 27.96 31.23 -
YUV 115.21 144.81 54.38 -
System Red Green Blue C M Y K H S L
Decimal 12 162 145 0.93 0 0.10 0.36 173.2 0.86 0.34
Hex C A2 91 5D 0 A 24 AD 56 22
Octal 14 242 221 135 0 12 44 255 126 42
Binary 1100 10100010 10010001 1011101 0 1010 100100 10101101 1010110 100010

Color Harmonies of #0CA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA291

Black with #0CA291

Text Example


Text Example

White with #0CA291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,162,145); }

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

background-color css

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

 a { background-color: rgb(12,162,145); }

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

border-color css

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

 span { border-color: rgb(12,162,145); }

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