Html Css Color HEX #ADF812 Spring Bud

📋 copy color: '#ADF812'

red 173 ◦ green 248 ◦ blue 18

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

Shades of Spring Bud #ADF812

Tints of Spring Bud #ADF812

RGB

 RED value IS 173 (67.97% from 255) = 39.41%

 GREEN value IS 248 (97.27% from 255) = 56.49%

 BLUE value IS 18 (7.42% from 255) = 4.1%

R = 39.41%
G = 56.49%
B = 4.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#ADF812 (or 0xADF812) is known color: Spring Bud. HEX triplet: AD, F8 and 12. RGB value is (173,248,18). Sum of RGB (Red+Green+Blue) = 173+248+18=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 248 (97.27% from 255 or 56.49% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF812 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF812 is #5207ED. Grayscale: #C8C8C8. Windows color (decimal): -5375982 or 1243309. OLE color: 1243309.

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

Color convert

RGB 173 248 18 -
CMYK 0.30 0 0.93 0.03
HSL 79.57º 0.94% 0.52% -
HSV(B) 79.57º 0.93% 0.97% -
XYZ 50.91 76.06 12.57 -
YUV 199.36 25.65 109.2 -
System Red Green Blue C M Y K H S L
Decimal 173 248 18 0.30 0 0.93 0.03 79.57 0.94 0.52
Hex AD F8 12 1E 0 5D 3 50 5E 34
Octal 255 370 22 36 0 135 3 120 136 64
Binary 10101101 11111000 10010 11110 0 1011101 11 1010000 1011110 110100

Color Harmonies of #ADF812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF812

Black with #ADF812

Text Example


Text Example

White with #ADF812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF812; }

 p { color: rgb(173,248,18); }

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

background-color css

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

 a { background-color: rgb(173,248,18); }

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

border-color css

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

 span { border-color: rgb(173,248,18); }

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