Html Css Color HEX #8ACD1F Yellow Green

📋 copy color: '#8ACD1F'

red 138 ◦ green 205 ◦ blue 31

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

Shades of Yellow Green #8ACD1F

Tints of Yellow Green #8ACD1F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.81%

 BLUE value IS 31 (12.5% from 255) = 8.29%

R = 36.9%
G = 54.81%
B = 8.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#8ACD1F (or 0x8ACD1F) is known color: Yellow Green. HEX triplet: 8A, CD and 1F. RGB value is (138,205,31). Sum of RGB (Red+Green+Blue) = 138+205+31=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACD1F is #7532E0. Grayscale: #A5A5A5. Windows color (decimal): -7680737 or 2084234. OLE color: 2084234.

HSL color Cylindrical-coordinate representation of color #8ACD1F: hue angle of 83.1º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8ACD1F is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 31 -
CMYK 0.33 0 0.85 0.20
HSL 83.1º 0.74% 0.46% -
HSV(B) 83.1º 0.85% 0.8% -
XYZ 32.56 49.16 9.07 -
YUV 165.13 52.3 108.65 -
System Red Green Blue C M Y K H S L
Decimal 138 205 31 0.33 0 0.85 0.20 83.1 0.74 0.46
Hex 8A CD 1F 21 0 55 14 53 4A 2E
Octal 212 315 37 41 0 125 24 123 112 56
Binary 10001010 11001101 11111 100001 0 1010101 10100 1010011 1001010 101110

Color Harmonies of #8ACD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD1F

Black with #8ACD1F

Text Example


Text Example

White with #8ACD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,205,31); }

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

background-color css

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

 a { background-color: rgb(138,205,31); }

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

border-color css

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

 span { border-color: rgb(138,205,31); }

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