Html Css Color HEX #AEF702 Spring Bud

📋 copy color: '#AEF702'

red 174 ◦ green 247 ◦ blue 2

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

Shades of Spring Bud #AEF702

Tints of Spring Bud #AEF702

RGB

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

 GREEN value IS 247 (96.88% from 255) = 58.39%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 41.13%
G = 58.39%
B = 0.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#AEF702 (or 0xAEF702) is known color: Spring Bud. HEX triplet: AE, F7 and 02. RGB value is (174,247,2). Sum of RGB (Red+Green+Blue) = 174+247+2=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 247 (96.88% from 255 or 58.39% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF702 is #5108FD. Grayscale: #C6C6C6. Windows color (decimal): -5310718 or 194478. OLE color: 194478.

HSL color Cylindrical-coordinate representation of color #AEF702: hue angle of 77.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEF702 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 247 2 -
CMYK 0.30 0 0.99 0.03
HSL 77.88º 0.98% 0.49% -
HSV(B) 77.88º 0.99% 0.97% -
XYZ 50.73 75.52 11.96 -
YUV 197.24 17.82 111.42 -
System Red Green Blue C M Y K H S L
Decimal 174 247 2 0.30 0 0.99 0.03 77.88 0.98 0.49
Hex AE F7 2 1E 0 63 3 4E 62 31
Octal 256 367 2 36 0 143 3 116 142 61
Binary 10101110 11110111 10 11110 0 1100011 11 1001110 1100010 110001

Color Harmonies of #AEF702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF702

Black with #AEF702

Text Example


Text Example

White with #AEF702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF702; }

 p { color: rgb(174,247,2); }

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

background-color css

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

 a { background-color: rgb(174,247,2); }

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

border-color css

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

 span { border-color: rgb(174,247,2); }

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