Html Css Color HEX #7ACF74 Pastel Green

📋 copy color: '#7ACF74'

red 122 ◦ green 207 ◦ blue 116

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

Shades of Pastel Green #7ACF74

Tints of Pastel Green #7ACF74

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.52%

 BLUE value IS 116 (45.7% from 255) = 26.07%

R = 27.42%
G = 46.52%
B = 26.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#7ACF74 (or 0x7ACF74) is known color: Pastel Green. HEX triplet: 7A, CF and 74. RGB value is (122,207,116). Sum of RGB (Red+Green+Blue) = 122+207+116=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF74 is #85308B. Grayscale: #ABABAB. Windows color (decimal): -8728716 or 7655290. OLE color: 7655290.

HSL color Cylindrical-coordinate representation of color #7ACF74: hue angle of 116.04º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ACF74 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 207 116 -
CMYK 0.41 0 0.44 0.19
HSL 116.04º 0.49% 0.63% -
HSV(B) 116.04º 0.44% 0.81% -
XYZ 33.49 50.02 24.41 -
YUV 171.21 96.84 92.9 -
System Red Green Blue C M Y K H S L
Decimal 122 207 116 0.41 0 0.44 0.19 116.04 0.49 0.63
Hex 7A CF 74 29 0 2C 13 74 31 3F
Octal 172 317 164 51 0 54 23 164 61 77
Binary 1111010 11001111 1110100 101001 0 101100 10011 1110100 110001 111111

Color Harmonies of #7ACF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACF74

Black with #7ACF74

Text Example


Text Example

White with #7ACF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,207,116); }

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

background-color css

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

 a { background-color: rgb(122,207,116); }

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

border-color css

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

 span { border-color: rgb(122,207,116); }

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