Html Css Color HEX #7AC185 De York

📋 copy color: '#7AC185'

red 122 ◦ green 193 ◦ blue 133

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

Shades of De York #7AC185

Tints of De York #7AC185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.08%

 BLUE value IS 133 (52.34% from 255) = 29.69%

R = 27.23%
G = 43.08%
B = 29.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#7AC185 (or 0x7AC185) is known color: De York. HEX triplet: 7A, C1 and 85. RGB value is (122,193,133). Sum of RGB (Red+Green+Blue) = 122+193+133=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC185 is #853E7A. Grayscale: #A5A5A5. Windows color (decimal): -8732283 or 8765818. OLE color: 8765818.

HSL color Cylindrical-coordinate representation of color #7AC185: hue angle of 129.3º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC185 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 193 133 -
CMYK 0.37 0 0.31 0.24
HSL 129.3º 0.36% 0.62% -
HSV(B) 129.3º 0.37% 0.76% -
XYZ 31.33 43.97 29.03 -
YUV 164.93 109.98 97.38 -
System Red Green Blue C M Y K H S L
Decimal 122 193 133 0.37 0 0.31 0.24 129.3 0.36 0.62
Hex 7A C1 85 25 0 1F 18 81 24 3E
Octal 172 301 205 45 0 37 30 201 44 76
Binary 1111010 11000001 10000101 100101 0 11111 11000 10000001 100100 111110

Color Harmonies of #7AC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC185

Black with #7AC185

Text Example


Text Example

White with #7AC185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,193,133); }

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

background-color css

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

 a { background-color: rgb(122,193,133); }

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

border-color css

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

 span { border-color: rgb(122,193,133); }

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