Html Css Color HEX #AFF32A Green Yellow

📋 copy color: '#AFF32A'

red 175 ◦ green 243 ◦ blue 42

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

Shades of Green Yellow #AFF32A

Tints of Green Yellow #AFF32A

RGB

 RED value IS 175 (68.75% from 255) = 38.04%

 GREEN value IS 243 (95.31% from 255) = 52.83%

 BLUE value IS 42 (16.8% from 255) = 9.13%

R = 38.04%
G = 52.83%
B = 9.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#AFF32A (or 0xAFF32A) is known color: Green Yellow. HEX triplet: AF, F3 and 2A. RGB value is (175,243,42). Sum of RGB (Red+Green+Blue) = 175+243+42=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 42 (16.80% from 255 or 9.13% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF32A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF32A is #500CD5. Grayscale: #C8C8C8. Windows color (decimal): -5246166 or 2814895. OLE color: 2814895.

HSL color Cylindrical-coordinate representation of color #AFF32A: hue angle of 80.3º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFF32A is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 42 -
CMYK 0.28 0 0.83 0.05
HSL 80.3º 0.89% 0.56% -
HSV(B) 80.3º 0.83% 0.95% -
XYZ 50.15 73.38 13.71 -
YUV 199.75 38.97 110.34 -
System Red Green Blue C M Y K H S L
Decimal 175 243 42 0.28 0 0.83 0.05 80.3 0.89 0.56
Hex AF F3 2A 1C 0 53 5 50 59 38
Octal 257 363 52 34 0 123 5 120 131 70
Binary 10101111 11110011 101010 11100 0 1010011 101 1010000 1011001 111000

Color Harmonies of #AFF32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF32A

Black with #AFF32A

Text Example


Text Example

White with #AFF32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF32A; }

 p { color: rgb(175,243,42); }

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

background-color css

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

 a { background-color: rgb(175,243,42); }

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

border-color css

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

 span { border-color: rgb(175,243,42); }

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