Html Css Color HEX #AEFF1B Green Yellow

📋 copy color: '#AEFF1B'

red 174 ◦ green 255 ◦ blue 27

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

Shades of Green Yellow #AEFF1B

Tints of Green Yellow #AEFF1B

RGB

 RED value IS 174 (68.36% from 255) = 38.16%

 GREEN value IS 255 (100% from 255) = 55.92%

 BLUE value IS 27 (10.94% from 255) = 5.92%

R = 38.16%
G = 55.92%
B = 5.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#AEFF1B (or 0xAEFF1B) is known color: Green Yellow. HEX triplet: AE, FF and 1B. RGB value is (174,255,27). Sum of RGB (Red+Green+Blue) = 174+255+27=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF1B is #5100E4. Grayscale: #CDCDCD. Windows color (decimal): -5308645 or 1834926. OLE color: 1834926.

HSL color Cylindrical-coordinate representation of color #AEFF1B: hue angle of 81.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEFF1B is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 27 -
CMYK 0.32 0 0.89 0
HSL 81.32º 1% 0.55% -
HSV(B) 81.32º 0.89% 1% -
XYZ 53.41 80.6 13.78 -
YUV 204.79 27.66 106.04 -
System Red Green Blue C M Y K H S L
Decimal 174 255 27 0.32 0 0.89 0 81.32 1 0.55
Hex AE FF 1B 20 0 59 0 51 64 37
Octal 256 377 33 40 0 131 0 121 144 67
Binary 10101110 11111111 11011 100000 0 1011001 0 1010001 1100100 110111

Color Harmonies of #AEFF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF1B

Black with #AEFF1B

Text Example


Text Example

White with #AEFF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF1B; }

 p { color: rgb(174,255,27); }

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

background-color css

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

 a { background-color: rgb(174,255,27); }

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

border-color css

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

 span { border-color: rgb(174,255,27); }

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