Html Css Color HEX #8ACF7B De York

📋 copy color: '#8ACF7B'

red 138 ◦ green 207 ◦ blue 123

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

Shades of De York #8ACF7B

Tints of De York #8ACF7B

RGB

 RED value IS 138 (54.3% from 255) = 29.49%

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

 BLUE value IS 123 (48.44% from 255) = 26.28%

R = 29.49%
G = 44.23%
B = 26.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#8ACF7B (or 0x8ACF7B) is known color: De York. HEX triplet: 8A, CF and 7B. RGB value is (138,207,123). Sum of RGB (Red+Green+Blue) = 138+207+123=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACF7B is #753084. Grayscale: #B1B1B1. Windows color (decimal): -7680133 or 8114058. OLE color: 8114058.

HSL color Cylindrical-coordinate representation of color #8ACF7B: hue angle of 109.29º 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 #8ACF7B is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 207 123 -
CMYK 0.33 0 0.41 0.19
HSL 109.29º 0.47% 0.65% -
HSV(B) 109.29º 0.41% 0.81% -
XYZ 36.37 51.46 26.75 -
YUV 176.79 97.64 100.33 -
System Red Green Blue C M Y K H S L
Decimal 138 207 123 0.33 0 0.41 0.19 109.29 0.47 0.65
Hex 8A CF 7B 21 0 29 13 6D 2F 41
Octal 212 317 173 41 0 51 23 155 57 101
Binary 10001010 11001111 1111011 100001 0 101001 10011 1101101 101111 1000001

Color Harmonies of #8ACF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF7B

Black with #8ACF7B

Text Example


Text Example

White with #8ACF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ACF7B; }

 p { color: rgb(138,207,123); }

 H1.HeaderClassName
 {
   color: #8ACF7B;
 }
 .AnyTagClassName
 {
   color: #8ACF7B;
 }
</style>

background-color css

<style>
 a { background-color: #8ACF7B; }

 a { background-color: rgb(138,207,123); }

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

border-color css

<style>
 span { border-color: #8ACF7B; }

 span { border-color: rgb(138,207,123); }

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