Html Css Color HEX #126245 Jewel

📋 copy color: '#126245'

red 18 ◦ green 98 ◦ blue 69

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

Shades of Jewel #126245

Tints of Jewel #126245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.97%

 BLUE value IS 69 (27.34% from 255) = 37.3%

R = 9.73%
G = 52.97%
B = 37.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#126245 (or 0x126245) is known color: Jewel. HEX triplet: 12, 62 and 45. RGB value is (18,98,69). Sum of RGB (Red+Green+Blue) = 18+98+69=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #126245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126245 is #ED9DBA. Grayscale: #464646. Windows color (decimal): -15572411 or 4547090. OLE color: 4547090.

HSL color Cylindrical-coordinate representation of color #126245: hue angle of 158.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126245 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 98 69 -
CMYK 0.82 0 0.30 0.62
HSL 158.25º 0.69% 0.23% -
HSV(B) 158.25º 0.82% 0.38% -
XYZ 5.69 9.29 7.12 -
YUV 70.77 127 90.36 -
System Red Green Blue C M Y K H S L
Decimal 18 98 69 0.82 0 0.30 0.62 158.25 0.69 0.23
Hex 12 62 45 52 0 1E 3E 9E 45 17
Octal 22 142 105 122 0 36 76 236 105 27
Binary 10010 1100010 1000101 1010010 0 11110 111110 10011110 1000101 10111

Color Harmonies of #126245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126245

Black with #126245

Text Example


Text Example

White with #126245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126245; }

 p { color: rgb(18,98,69); }

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

background-color css

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

 a { background-color: rgb(18,98,69); }

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

border-color css

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

 span { border-color: rgb(18,98,69); }

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