Html Css Color HEX #7AC28F Bay Leaf

📋 copy color: '#7AC28F'

red 122 ◦ green 194 ◦ blue 143

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

Shades of Bay Leaf #7AC28F

Tints of Bay Leaf #7AC28F

RGB

 RED value IS 122 (48.05% from 255) = 26.58%

 GREEN value IS 194 (76.17% from 255) = 42.27%

 BLUE value IS 143 (56.25% from 255) = 31.15%

R = 26.58%
G = 42.27%
B = 31.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#7AC28F (or 0x7AC28F) is known color: Bay Leaf. HEX triplet: 7A, C2 and 8F. RGB value is (122,194,143). Sum of RGB (Red+Green+Blue) = 122+194+143=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC28F is #853D70. Grayscale: #A6A6A6. Windows color (decimal): -8732017 or 9421434. OLE color: 9421434.

HSL color Cylindrical-coordinate representation of color #7AC28F: hue angle of 137.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC28F is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 194 143 -
CMYK 0.37 0 0.26 0.24
HSL 137.5º 0.37% 0.62% -
HSV(B) 137.5º 0.37% 0.76% -
XYZ 32.28 44.7 32.91 -
YUV 166.66 114.65 96.15 -
System Red Green Blue C M Y K H S L
Decimal 122 194 143 0.37 0 0.26 0.24 137.5 0.37 0.62
Hex 7A C2 8F 25 0 1A 18 8A 25 3E
Octal 172 302 217 45 0 32 30 212 45 76
Binary 1111010 11000010 10001111 100101 0 11010 11000 10001010 100101 111110

Color Harmonies of #7AC28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC28F

Black with #7AC28F

Text Example


Text Example

White with #7AC28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AC28F; }

 p { color: rgb(122,194,143); }

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

background-color css

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

 a { background-color: rgb(122,194,143); }

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

border-color css

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

 span { border-color: rgb(122,194,143); }

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