Html Css Color HEX #7ACC8B De York

📋 copy color: '#7ACC8B'

red 122 ◦ green 204 ◦ blue 139

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

Shades of De York #7ACC8B

Tints of De York #7ACC8B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.87%

 BLUE value IS 139 (54.69% from 255) = 29.89%

R = 26.24%
G = 43.87%
B = 29.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#7ACC8B (or 0x7ACC8B) is known color: De York. HEX triplet: 7A, CC and 8B. RGB value is (122,204,139). Sum of RGB (Red+Green+Blue) = 122+204+139=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACC8B is #853374. Grayscale: #ACACAC. Windows color (decimal): -8729461 or 9161850. OLE color: 9161850.

HSL color Cylindrical-coordinate representation of color #7ACC8B: hue angle of 132.44º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACC8B is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 204 139 -
CMYK 0.40 0 0.32 0.2
HSL 132.44º 0.45% 0.64% -
HSV(B) 132.44º 0.4% 0.8% -
XYZ 34.28 49.19 32.11 -
YUV 172.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 122 204 139 0.40 0 0.32 0.2 132.44 0.45 0.64
Hex 7A CC 8B 28 0 20 14 84 2D 40
Octal 172 314 213 50 0 40 24 204 55 100
Binary 1111010 11001100 10001011 101000 0 100000 10100 10000100 101101 1000000

Color Harmonies of #7ACC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACC8B

Black with #7ACC8B

Text Example


Text Example

White with #7ACC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,204,139); }

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

background-color css

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

 a { background-color: rgb(122,204,139); }

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

border-color css

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

 span { border-color: rgb(122,204,139); }

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