Html Css Color HEX #7ACF71 Pastel Green

📋 copy color: '#7ACF71'

red 122 ◦ green 207 ◦ blue 113

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

Shades of Pastel Green #7ACF71

Tints of Pastel Green #7ACF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.57%

R = 27.6%
G = 46.83%
B = 25.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#7ACF71 (or 0x7ACF71) is known color: Pastel Green. HEX triplet: 7A, CF and 71. RGB value is (122,207,113). Sum of RGB (Red+Green+Blue) = 122+207+113=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF71 is #85308E. Grayscale: #ABABAB. Windows color (decimal): -8728719 or 7458682. OLE color: 7458682.

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

Color convert

RGB 122 207 113 -
CMYK 0.41 0 0.45 0.19
HSL 114.26º 0.49% 0.63% -
HSV(B) 114.26º 0.45% 0.81% -
XYZ 33.32 49.96 23.51 -
YUV 170.87 95.34 93.14 -
System Red Green Blue C M Y K H S L
Decimal 122 207 113 0.41 0 0.45 0.19 114.26 0.49 0.63
Hex 7A CF 71 29 0 2D 13 72 31 3F
Octal 172 317 161 51 0 55 23 162 61 77
Binary 1111010 11001111 1110001 101001 0 101101 10011 1110010 110001 111111

Color Harmonies of #7ACF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACF71

Black with #7ACF71

Text Example


Text Example

White with #7ACF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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