Html Css Color HEX #8ACF90 De York

📋 copy color: '#8ACF90'

red 138 ◦ green 207 ◦ blue 144

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

Shades of De York #8ACF90

Tints of De York #8ACF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.45%

R = 28.22%
G = 42.33%
B = 29.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#8ACF90 (or 0x8ACF90) is known color: De York. HEX triplet: 8A, CF and 90. RGB value is (138,207,144). Sum of RGB (Red+Green+Blue) = 138+207+144=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACF90 is #75306F. Grayscale: #B3B3B3. Windows color (decimal): -7680112 or 9490314. OLE color: 9490314.

HSL color Cylindrical-coordinate representation of color #8ACF90: hue angle of 125.22º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACF90 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 207 144 -
CMYK 0.33 0 0.30 0.19
HSL 125.22º 0.42% 0.68% -
HSV(B) 125.22º 0.33% 0.81% -
XYZ 37.83 52.04 34.44 -
YUV 179.19 108.14 98.62 -
System Red Green Blue C M Y K H S L
Decimal 138 207 144 0.33 0 0.30 0.19 125.22 0.42 0.68
Hex 8A CF 90 21 0 1E 13 7D 2A 44
Octal 212 317 220 41 0 36 23 175 52 104
Binary 10001010 11001111 10010000 100001 0 11110 10011 1111101 101010 1000100

Color Harmonies of #8ACF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF90

Black with #8ACF90

Text Example


Text Example

White with #8ACF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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