Html Css Color HEX #0C633A Fun Green

📋 copy color: '#0C633A'

red 12 ◦ green 99 ◦ blue 58

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

Shades of Fun Green #0C633A

Tints of Fun Green #0C633A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.58%

 BLUE value IS 58 (23.05% from 255) = 34.32%

R = 7.1%
G = 58.58%
B = 34.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#0C633A (or 0x0C633A) is known color: Fun Green. HEX triplet: 0C, 63 and 3A. RGB value is (12,99,58). Sum of RGB (Red+Green+Blue) = 12+99+58=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #0C633A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C633A is #F39CC5. Grayscale: #444444. Windows color (decimal): -15965382 or 3826444. OLE color: 3826444.

HSL color Cylindrical-coordinate representation of color #0C633A: hue angle of 151.72º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C633A is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 99 58 -
CMYK 0.88 0 0.41 0.61
HSL 151.72º 0.78% 0.22% -
HSV(B) 151.72º 0.88% 0.39% -
XYZ 5.38 9.31 5.52 -
YUV 68.31 122.18 87.83 -
System Red Green Blue C M Y K H S L
Decimal 12 99 58 0.88 0 0.41 0.61 151.72 0.78 0.22
Hex C 63 3A 58 0 29 3D 98 4E 16
Octal 14 143 72 130 0 51 75 230 116 26
Binary 1100 1100011 111010 1011000 0 101001 111101 10011000 1001110 10110

Color Harmonies of #0C633A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C633A

Black with #0C633A

Text Example


Text Example

White with #0C633A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,99,58); }

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

background-color css

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

 a { background-color: rgb(12,99,58); }

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

border-color css

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

 span { border-color: rgb(12,99,58); }

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