Html Css Color HEX #125A46 Jewel

📋 copy color: '#125A46'

red 18 ◦ green 90 ◦ blue 70

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

Shades of Jewel #125A46

Tints of Jewel #125A46

RGB

 RED value IS 18 (7.42% from 255) = 10.11%

 GREEN value IS 90 (35.55% from 255) = 50.56%

 BLUE value IS 70 (27.73% from 255) = 39.33%

R = 10.11%
G = 50.56%
B = 39.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#125A46 (or 0x125A46) is known color: Jewel. HEX triplet: 12, 5A and 46. RGB value is (18,90,70). Sum of RGB (Red+Green+Blue) = 18+90+70=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #125A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A46 is #EDA5B9. Grayscale: #424242. Windows color (decimal): -15574458 or 4610578. OLE color: 4610578.

HSL color Cylindrical-coordinate representation of color #125A46: hue angle of 163.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125A46 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 90 70 -
CMYK 0.80 0 0.22 0.65
HSL 163.33º 0.67% 0.21% -
HSV(B) 163.33º 0.8% 0.35% -
XYZ 5.01 7.88 7.05 -
YUV 66.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 18 90 70 0.80 0 0.22 0.65 163.33 0.67 0.21
Hex 12 5A 46 50 0 16 41 A3 43 15
Octal 22 132 106 120 0 26 101 243 103 25
Binary 10010 1011010 1000110 1010000 0 10110 1000001 10100011 1000011 10101

Color Harmonies of #125A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A46

Black with #125A46

Text Example


Text Example

White with #125A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125A46; }

 p { color: rgb(18,90,70); }

 H1.HeaderClassName
 {
   color: #125A46;
 }
 .AnyTagClassName
 {
   color: #125A46;
 }
</style>

background-color css

<style>
 a { background-color: #125A46; }

 a { background-color: rgb(18,90,70); }

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

border-color css

<style>
 span { border-color: #125A46; }

 span { border-color: rgb(18,90,70); }

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