Html Css Color HEX #0A633B Fun Green

📋 copy color: '#0A633B'

red 10 ◦ green 99 ◦ blue 59

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

Shades of Fun Green #0A633B

Tints of Fun Green #0A633B

RGB

 RED value IS 10 (4.3% from 255) = 5.95%

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

 BLUE value IS 59 (23.44% from 255) = 35.12%

R = 5.95%
G = 58.93%
B = 35.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#0A633B (or 0x0A633B) is known color: Fun Green. HEX triplet: 0A, 63 and 3B. RGB value is (10,99,59). Sum of RGB (Red+Green+Blue) = 10+99+59=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #0A633B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A633B is #F59CC4. Grayscale: #434343. Windows color (decimal): -16096453 or 3891978. OLE color: 3891978.

HSL color Cylindrical-coordinate representation of color #0A633B: hue angle of 153.03º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A633B is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 99 59 -
CMYK 0.90 0 0.40 0.61
HSL 153.03º 0.82% 0.21% -
HSV(B) 153.03º 0.9% 0.39% -
XYZ 5.38 9.3 5.65 -
YUV 67.83 123.01 86.75 -
System Red Green Blue C M Y K H S L
Decimal 10 99 59 0.90 0 0.40 0.61 153.03 0.82 0.21
Hex A 63 3B 5A 0 28 3D 99 52 15
Octal 12 143 73 132 0 50 75 231 122 25
Binary 1010 1100011 111011 1011010 0 101000 111101 10011001 1010010 10101

Color Harmonies of #0A633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A633B

Black with #0A633B

Text Example


Text Example

White with #0A633B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,99,59); }

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

background-color css

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

 a { background-color: rgb(10,99,59); }

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

border-color css

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

 span { border-color: rgb(10,99,59); }

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