Html Css Color HEX #AFF90D Spring Bud

📋 copy color: '#AFF90D'

red 175 ◦ green 249 ◦ blue 13

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

Shades of Spring Bud #AFF90D

Tints of Spring Bud #AFF90D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.98%

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 40.05%
G = 56.98%
B = 2.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#AFF90D (or 0xAFF90D) is known color: Spring Bud. HEX triplet: AF, F9 and 0D. RGB value is (175,249,13). Sum of RGB (Red+Green+Blue) = 175+249+13=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF90D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF90D is #5006F2. Grayscale: #C8C8C8. Windows color (decimal): -5244659 or 915887. OLE color: 915887.

HSL color Cylindrical-coordinate representation of color #AFF90D: hue angle of 78.81º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFF90D is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 13 -
CMYK 0.30 0 0.95 0.02
HSL 78.81º 0.95% 0.51% -
HSV(B) 78.81º 0.95% 0.98% -
XYZ 51.63 76.89 12.5 -
YUV 199.97 22.48 110.19 -
System Red Green Blue C M Y K H S L
Decimal 175 249 13 0.30 0 0.95 0.02 78.81 0.95 0.51
Hex AF F9 D 1E 0 5F 2 4F 5F 33
Octal 257 371 15 36 0 137 2 117 137 63
Binary 10101111 11111001 1101 11110 0 1011111 10 1001111 1011111 110011

Color Harmonies of #AFF90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF90D

Black with #AFF90D

Text Example


Text Example

White with #AFF90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF90D; }

 p { color: rgb(175,249,13); }

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

background-color css

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

 a { background-color: rgb(175,249,13); }

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

border-color css

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

 span { border-color: rgb(175,249,13); }

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