Html Css Color HEX #0CA469 Jade

📋 copy color: '#0CA469'

red 12 ◦ green 164 ◦ blue 105

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

Shades of Jade #0CA469

Tints of Jade #0CA469

RGB

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

 GREEN value IS 164 (64.45% from 255) = 58.36%

 BLUE value IS 105 (41.41% from 255) = 37.37%

R = 4.27%
G = 58.36%
B = 37.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#0CA469 (or 0x0CA469) is known color: Jade. HEX triplet: 0C, A4 and 69. RGB value is (12,164,105). Sum of RGB (Red+Green+Blue) = 12+164+105=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA469 is #F35B96. Grayscale: #6F6F6F. Windows color (decimal): -15948695 or 6923276. OLE color: 6923276.

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

Color convert

RGB 12 164 105 -
CMYK 0.93 0 0.36 0.36
HSL 156.71º 0.86% 0.35% -
HSV(B) 156.71º 0.93% 0.64% -
XYZ 15.98 27.65 17.86 -
YUV 111.83 124.14 56.8 -
System Red Green Blue C M Y K H S L
Decimal 12 164 105 0.93 0 0.36 0.36 156.71 0.86 0.35
Hex C A4 69 5D 0 24 24 9D 56 23
Octal 14 244 151 135 0 44 44 235 126 43
Binary 1100 10100100 1101001 1011101 0 100100 100100 10011101 1010110 100011

Color Harmonies of #0CA469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA469

Black with #0CA469

Text Example


Text Example

White with #0CA469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,164,105); }

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

background-color css

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

 a { background-color: rgb(12,164,105); }

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

border-color css

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

 span { border-color: rgb(12,164,105); }

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