Html Css Color HEX #8ADC27 Yellow Green

📋 copy color: '#8ADC27'

red 138 ◦ green 220 ◦ blue 39

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

Shades of Yellow Green #8ADC27

Tints of Yellow Green #8ADC27

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.42%

 BLUE value IS 39 (15.63% from 255) = 9.82%

R = 34.76%
G = 55.42%
B = 9.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#8ADC27 (or 0x8ADC27) is known color: Yellow Green. HEX triplet: 8A, DC and 27. RGB value is (138,220,39). Sum of RGB (Red+Green+Blue) = 138+220+39=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADC27 is #7523D8. Grayscale: #AFAFAF. Windows color (decimal): -7676889 or 2612362. OLE color: 2612362.

HSL color Cylindrical-coordinate representation of color #8ADC27: hue angle of 87.18º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8ADC27 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 220 39 -
CMYK 0.37 0 0.82 0.14
HSL 87.18º 0.72% 0.51% -
HSV(B) 87.18º 0.82% 0.86% -
XYZ 36.44 56.74 10.95 -
YUV 174.85 51.33 101.72 -
System Red Green Blue C M Y K H S L
Decimal 138 220 39 0.37 0 0.82 0.14 87.18 0.72 0.51
Hex 8A DC 27 25 0 52 E 57 48 33
Octal 212 334 47 45 0 122 16 127 110 63
Binary 10001010 11011100 100111 100101 0 1010010 1110 1010111 1001000 110011

Color Harmonies of #8ADC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC27

Black with #8ADC27

Text Example


Text Example

White with #8ADC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,220,39); }

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

background-color css

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

 a { background-color: rgb(138,220,39); }

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

border-color css

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

 span { border-color: rgb(138,220,39); }

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