Html Css Color HEX #07A426 Dark Pastel Green

📋 copy color: '#07A426'

red 7 ◦ green 164 ◦ blue 38

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

Shades of Dark Pastel Green #07A426

Tints of Dark Pastel Green #07A426

RGB

 RED value IS 7 (3.13% from 255) = 3.35%

 GREEN value IS 164 (64.45% from 255) = 78.47%

 BLUE value IS 38 (15.23% from 255) = 18.18%

R = 3.35%
G = 78.47%
B = 18.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#07A426 (or 0x07A426) is known color: Dark Pastel Green. HEX triplet: 07, A4 and 26. RGB value is (7,164,38). Sum of RGB (Red+Green+Blue) = 7+164+38=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 164 (64.45% from 255 or 78.47% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 164 - color contains mainly: green. Hex color #07A426 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A426 is #F85BD9. Grayscale: #676767. Windows color (decimal): -16276442 or 2532359. OLE color: 2532359.

HSL color Cylindrical-coordinate representation of color #07A426: hue angle of 131.85º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A426 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 7 164 38 -
CMYK 0.96 0 0.77 0.36
HSL 131.85º 0.92% 0.34% -
HSV(B) 131.85º 0.96% 0.64% -
XYZ 13.71 26.74 6.27 -
YUV 102.69 91.49 59.75 -
System Red Green Blue C M Y K H S L
Decimal 7 164 38 0.96 0 0.77 0.36 131.85 0.92 0.34
Hex 7 A4 26 60 0 4D 24 84 5C 22
Octal 7 244 46 140 0 115 44 204 134 42
Binary 111 10100100 100110 1100000 0 1001101 100100 10000100 1011100 100010

Color Harmonies of #07A426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A426

Black with #07A426

Text Example


Text Example

White with #07A426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07A426; }

 p { color: rgb(7,164,38); }

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

background-color css

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

 a { background-color: rgb(7,164,38); }

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

border-color css

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

 span { border-color: rgb(7,164,38); }

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