Html Css Color HEX #7ACB8F De York

📋 copy color: '#7ACB8F'

red 122 ◦ green 203 ◦ blue 143

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

Shades of De York #7ACB8F

Tints of De York #7ACB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.56%

R = 26.07%
G = 43.38%
B = 30.56%

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

#7ACB8F (or 0x7ACB8F) is known color: De York. HEX triplet: 7A, CB and 8F. RGB value is (122,203,143). Sum of RGB (Red+Green+Blue) = 122+203+143=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACB8F is #853470. Grayscale: #ACACAC. Windows color (decimal): -8729713 or 9423738. OLE color: 9423738.

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

Color convert

RGB 122 203 143 -
CMYK 0.40 0 0.30 0.20
HSL 135.56º 0.44% 0.64% -
HSV(B) 135.56º 0.4% 0.8% -
XYZ 34.34 48.83 33.6 -
YUV 171.94 111.66 92.38 -
System Red Green Blue C M Y K H S L
Decimal 122 203 143 0.40 0 0.30 0.20 135.56 0.44 0.64
Hex 7A CB 8F 28 0 1E 14 88 2C 40
Octal 172 313 217 50 0 36 24 210 54 100
Binary 1111010 11001011 10001111 101000 0 11110 10100 10001000 101100 1000000

Color Harmonies of #7ACB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACB8F

Black with #7ACB8F

Text Example


Text Example

White with #7ACB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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