Html Css Color HEX #126038 Fun Green

📋 copy color: '#126038'

red 18 ◦ green 96 ◦ blue 56

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

Shades of Fun Green #126038

Tints of Fun Green #126038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.47%

 BLUE value IS 56 (22.27% from 255) = 32.94%

R = 10.59%
G = 56.47%
B = 32.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#126038 (or 0x126038) is known color: Fun Green. HEX triplet: 12, 60 and 38. RGB value is (18,96,56). Sum of RGB (Red+Green+Blue) = 18+96+56=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #126038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126038 is #ED9FC7. Grayscale: #444444. Windows color (decimal): -15572936 or 3694610. OLE color: 3694610.

HSL color Cylindrical-coordinate representation of color #126038: hue angle of 149.23º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126038 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 56 -
CMYK 0.81 0 0.42 0.62
HSL 149.23º 0.68% 0.22% -
HSV(B) 149.23º 0.81% 0.38% -
XYZ 5.15 8.78 5.16 -
YUV 68.12 121.16 92.25 -
System Red Green Blue C M Y K H S L
Decimal 18 96 56 0.81 0 0.42 0.62 149.23 0.68 0.22
Hex 12 60 38 51 0 2A 3E 95 44 16
Octal 22 140 70 121 0 52 76 225 104 26
Binary 10010 1100000 111000 1010001 0 101010 111110 10010101 1000100 10110

Color Harmonies of #126038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126038

Black with #126038

Text Example


Text Example

White with #126038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126038; }

 p { color: rgb(18,96,56); }

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

background-color css

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

 a { background-color: rgb(18,96,56); }

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

border-color css

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

 span { border-color: rgb(18,96,56); }

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