Html Css Color HEX #0CA694 Persian Green

📋 copy color: '#0CA694'

red 12 ◦ green 166 ◦ blue 148

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

Shades of Persian Green #0CA694

Tints of Persian Green #0CA694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.92%

 BLUE value IS 148 (58.2% from 255) = 45.4%

R = 3.68%
G = 50.92%
B = 45.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#0CA694 (or 0x0CA694) is known color: Persian Green. HEX triplet: 0C, A6 and 94. RGB value is (12,166,148). Sum of RGB (Red+Green+Blue) = 12+166+148=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA694 is #F3596B. Grayscale: #757575. Windows color (decimal): -15948140 or 9741836. OLE color: 9741836.

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

Color convert

RGB 12 166 148 -
CMYK 0.93 0 0.11 0.35
HSL 172.99º 0.87% 0.35% -
HSV(B) 172.99º 0.93% 0.65% -
XYZ 19.13 29.49 32.7 -
YUV 117.9 144.98 52.46 -
System Red Green Blue C M Y K H S L
Decimal 12 166 148 0.93 0 0.11 0.35 172.99 0.87 0.35
Hex C A6 94 5D 0 B 23 AD 57 23
Octal 14 246 224 135 0 13 43 255 127 43
Binary 1100 10100110 10010100 1011101 0 1011 100011 10101101 1010111 100011

Color Harmonies of #0CA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA694

Black with #0CA694

Text Example


Text Example

White with #0CA694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,166,148); }

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

background-color css

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

 a { background-color: rgb(12,166,148); }

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

border-color css

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

 span { border-color: rgb(12,166,148); }

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