Html Css Color HEX #7ACF8C De York

📋 copy color: '#7ACF8C'

red 122 ◦ green 207 ◦ blue 140

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

Shades of De York #7ACF8C

Tints of De York #7ACF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.85%

R = 26.01%
G = 44.14%
B = 29.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#7ACF8C (or 0x7ACF8C) is known color: De York. HEX triplet: 7A, CF and 8C. RGB value is (122,207,140). Sum of RGB (Red+Green+Blue) = 122+207+140=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACF8C is #853073. Grayscale: #AEAEAE. Windows color (decimal): -8728692 or 9228154. OLE color: 9228154.

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

Color convert

RGB 122 207 140 -
CMYK 0.41 0 0.32 0.19
HSL 132.71º 0.47% 0.65% -
HSV(B) 132.71º 0.41% 0.81% -
XYZ 35.07 50.66 32.74 -
YUV 173.95 108.84 90.95 -
System Red Green Blue C M Y K H S L
Decimal 122 207 140 0.41 0 0.32 0.19 132.71 0.47 0.65
Hex 7A CF 8C 29 0 20 13 85 2F 41
Octal 172 317 214 51 0 40 23 205 57 101
Binary 1111010 11001111 10001100 101001 0 100000 10011 10000101 101111 1000001

Color Harmonies of #7ACF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACF8C

Black with #7ACF8C

Text Example


Text Example

White with #7ACF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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