Html Css Color HEX #AFF001 Spring Bud

📋 copy color: '#AFF001'

red 175 ◦ green 240 ◦ blue 1

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

Shades of Spring Bud #AFF001

Tints of Spring Bud #AFF001

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.69%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 42.07%
G = 57.69%
B = 0.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#AFF001 (or 0xAFF001) is known color: Spring Bud. HEX triplet: AF, F0 and 01. RGB value is (175,240,1). Sum of RGB (Red+Green+Blue) = 175+240+1=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF001 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF001 is #500FFE. Grayscale: #C2C2C2. Windows color (decimal): -5246975 or 127151. OLE color: 127151.

HSL color Cylindrical-coordinate representation of color #AFF001: hue angle of 76.32º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFF001 is Cyan = 0.27, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 1 -
CMYK 0.27 0 1.00 0.06
HSL 76.32º 0.99% 0.47% -
HSV(B) 76.32º 1% 0.94% -
XYZ 48.84 71.44 11.24 -
YUV 193.32 19.47 114.93 -
System Red Green Blue C M Y K H S L
Decimal 175 240 1 0.27 0 1.00 0.06 76.32 0.99 0.47
Hex AF F0 1 1B 0 64 6 4C 63 2F
Octal 257 360 1 33 0 144 6 114 143 57
Binary 10101111 11110000 1 11011 0 1100100 110 1001100 1100011 101111

Color Harmonies of #AFF001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF001

Black with #AFF001

Text Example


Text Example

White with #AFF001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF001; }

 p { color: rgb(175,240,1); }

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

background-color css

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

 a { background-color: rgb(175,240,1); }

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

border-color css

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

 span { border-color: rgb(175,240,1); }

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