Html Css Color HEX #ACFD1C Green Yellow

📋 copy color: '#ACFD1C'

red 172 ◦ green 253 ◦ blue 28

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

Shades of Green Yellow #ACFD1C

Tints of Green Yellow #ACFD1C

RGB

 RED value IS 172 (67.58% from 255) = 37.97%

 GREEN value IS 253 (99.22% from 255) = 55.85%

 BLUE value IS 28 (11.33% from 255) = 6.18%

R = 37.97%
G = 55.85%
B = 6.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#ACFD1C (or 0xACFD1C) is known color: Green Yellow. HEX triplet: AC, FD and 1C. RGB value is (172,253,28). Sum of RGB (Red+Green+Blue) = 172+253+28=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 253 (99.22% from 255 or 55.85% from 453); Blue value is 28 (11.33% from 255 or 6.18% from 453); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFD1C is #5302E3. Grayscale: #CBCBCB. Windows color (decimal): -5440228 or 1899948. OLE color: 1899948.

HSL color Cylindrical-coordinate representation of color #ACFD1C: hue angle of 81.6º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACFD1C is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 28 -
CMYK 0.32 0 0.89 0.01
HSL 81.6º 0.98% 0.55% -
HSV(B) 81.6º 0.89% 0.99% -
XYZ 52.35 79.11 13.61 -
YUV 203.13 29.16 105.8 -
System Red Green Blue C M Y K H S L
Decimal 172 253 28 0.32 0 0.89 0.01 81.6 0.98 0.55
Hex AC FD 1C 20 0 59 1 52 62 37
Octal 254 375 34 40 0 131 1 122 142 67
Binary 10101100 11111101 11100 100000 0 1011001 1 1010010 1100010 110111

Color Harmonies of #ACFD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD1C

Black with #ACFD1C

Text Example


Text Example

White with #ACFD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD1C; }

 p { color: rgb(172,253,28); }

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

background-color css

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

 a { background-color: rgb(172,253,28); }

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

border-color css

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

 span { border-color: rgb(172,253,28); }

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