Html Css Color HEX #7ACB8A De York

📋 copy color: '#7ACB8A'

red 122 ◦ green 203 ◦ blue 138

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

Shades of De York #7ACB8A

Tints of De York #7ACB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 26.35%
G = 43.84%
B = 29.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#7ACB8A (or 0x7ACB8A) is known color: De York. HEX triplet: 7A, CB and 8A. RGB value is (122,203,138). Sum of RGB (Red+Green+Blue) = 122+203+138=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACB8A is #853475. Grayscale: #ABABAB. Windows color (decimal): -8729718 or 9096058. OLE color: 9096058.

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

Color convert

RGB 122 203 138 -
CMYK 0.40 0 0.32 0.20
HSL 131.85º 0.44% 0.64% -
HSV(B) 131.85º 0.4% 0.8% -
XYZ 33.97 48.68 31.65 -
YUV 171.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 122 203 138 0.40 0 0.32 0.20 131.85 0.44 0.64
Hex 7A CB 8A 28 0 20 14 84 2C 40
Octal 172 313 212 50 0 40 24 204 54 100
Binary 1111010 11001011 10001010 101000 0 100000 10100 10000100 101100 1000000

Color Harmonies of #7ACB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACB8A

Black with #7ACB8A

Text Example


Text Example

White with #7ACB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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