Html Css Color HEX #7CC18A Bay Leaf

📋 copy color: '#7CC18A'

red 124 ◦ green 193 ◦ blue 138

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

Shades of Bay Leaf #7CC18A

Tints of Bay Leaf #7CC18A

RGB

 RED value IS 124 (48.83% from 255) = 27.25%

 GREEN value IS 193 (75.78% from 255) = 42.42%

 BLUE value IS 138 (54.3% from 255) = 30.33%

R = 27.25%
G = 42.42%
B = 30.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#7CC18A (or 0x7CC18A) is known color: Bay Leaf. HEX triplet: 7C, C1 and 8A. RGB value is (124,193,138). Sum of RGB (Red+Green+Blue) = 124+193+138=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC18A is #833E75. Grayscale: #A6A6A6. Windows color (decimal): -8601206 or 9093500. OLE color: 9093500.

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

Color convert

RGB 124 193 138 -
CMYK 0.36 0 0.28 0.24
HSL 132.17º 0.36% 0.62% -
HSV(B) 132.17º 0.36% 0.76% -
XYZ 31.97 44.26 30.9 -
YUV 166.1 112.14 97.97 -
System Red Green Blue C M Y K H S L
Decimal 124 193 138 0.36 0 0.28 0.24 132.17 0.36 0.62
Hex 7C C1 8A 24 0 1C 18 84 24 3E
Octal 174 301 212 44 0 34 30 204 44 76
Binary 1111100 11000001 10001010 100100 0 11100 11000 10000100 100100 111110

Color Harmonies of #7CC18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC18A

Black with #7CC18A

Text Example


Text Example

White with #7CC18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,193,138); }

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

background-color css

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

 a { background-color: rgb(124,193,138); }

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

border-color css

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

 span { border-color: rgb(124,193,138); }

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