Html Css Color HEX #7ACB8E De York

📋 copy color: '#7ACB8E'

red 122 ◦ green 203 ◦ blue 142

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

Shades of De York #7ACB8E

Tints of De York #7ACB8E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.47%

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

R = 26.12%
G = 43.47%
B = 30.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#7ACB8E (or 0x7ACB8E) is known color: De York. HEX triplet: 7A, CB and 8E. RGB value is (122,203,142). Sum of RGB (Red+Green+Blue) = 122+203+142=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACB8E is #853471. Grayscale: #ABABAB. Windows color (decimal): -8729714 or 9358202. OLE color: 9358202.

HSL color Cylindrical-coordinate representation of color #7ACB8E: hue angle of 134.81º degrees, saturation: 0.44, 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 #7ACB8E is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 203 142 -
CMYK 0.40 0 0.30 0.20
HSL 134.81º 0.44% 0.64% -
HSV(B) 134.81º 0.4% 0.8% -
XYZ 34.26 48.8 33.21 -
YUV 171.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 122 203 142 0.40 0 0.30 0.20 134.81 0.44 0.64
Hex 7A CB 8E 28 0 1E 14 87 2C 40
Octal 172 313 216 50 0 36 24 207 54 100
Binary 1111010 11001011 10001110 101000 0 11110 10100 10000111 101100 1000000

Color Harmonies of #7ACB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACB8E

Black with #7ACB8E

Text Example


Text Example

White with #7ACB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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