Html Css Color HEX #7ACF93 De York

📋 copy color: '#7ACF93'

red 122 ◦ green 207 ◦ blue 147

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

Shades of De York #7ACF93

Tints of De York #7ACF93

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.49%

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 25.63%
G = 43.49%
B = 30.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#7ACF93 (or 0x7ACF93) is known color: De York. HEX triplet: 7A, CF and 93. RGB value is (122,207,147). Sum of RGB (Red+Green+Blue) = 122+207+147=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACF93 is #85306C. Grayscale: #AEAEAE. Windows color (decimal): -8728685 or 9686906. OLE color: 9686906.

HSL color Cylindrical-coordinate representation of color #7ACF93: hue angle of 137.65º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACF93 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 207 147 -
CMYK 0.41 0 0.29 0.19
HSL 137.65º 0.47% 0.65% -
HSV(B) 137.65º 0.41% 0.81% -
XYZ 35.61 50.87 35.55 -
YUV 174.75 112.34 90.38 -
System Red Green Blue C M Y K H S L
Decimal 122 207 147 0.41 0 0.29 0.19 137.65 0.47 0.65
Hex 7A CF 93 29 0 1D 13 8A 2F 41
Octal 172 317 223 51 0 35 23 212 57 101
Binary 1111010 11001111 10010011 101001 0 11101 10011 10001010 101111 1000001

Color Harmonies of #7ACF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACF93

Black with #7ACF93

Text Example


Text Example

White with #7ACF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,207,147); }

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

background-color css

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

 a { background-color: rgb(122,207,147); }

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

border-color css

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

 span { border-color: rgb(122,207,147); }

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