Html Css Color HEX #7ACF8E De York

📋 copy color: '#7ACF8E'

red 122 ◦ green 207 ◦ blue 142

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

Shades of De York #7ACF8E

Tints of De York #7ACF8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.15%

R = 25.9%
G = 43.95%
B = 30.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#7ACF8E (or 0x7ACF8E) is known color: De York. HEX triplet: 7A, CF and 8E. RGB value is (122,207,142). Sum of RGB (Red+Green+Blue) = 122+207+142=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACF8E is #853071. Grayscale: #AEAEAE. Windows color (decimal): -8728690 or 9359226. OLE color: 9359226.

HSL color Cylindrical-coordinate representation of color #7ACF8E: hue angle of 134.12º 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 #7ACF8E is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 207 142 -
CMYK 0.41 0 0.31 0.19
HSL 134.12º 0.47% 0.65% -
HSV(B) 134.12º 0.41% 0.81% -
XYZ 35.22 50.72 33.52 -
YUV 174.18 109.84 90.79 -
System Red Green Blue C M Y K H S L
Decimal 122 207 142 0.41 0 0.31 0.19 134.12 0.47 0.65
Hex 7A CF 8E 29 0 1F 13 86 2F 41
Octal 172 317 216 51 0 37 23 206 57 101
Binary 1111010 11001111 10001110 101001 0 11111 10011 10000110 101111 1000001

Color Harmonies of #7ACF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACF8E

Black with #7ACF8E

Text Example


Text Example

White with #7ACF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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