Html Css Color HEX #ACF148 Conifer

📋 copy color: '#ACF148'

red 172 ◦ green 241 ◦ blue 72

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

Shades of Conifer #ACF148

Tints of Conifer #ACF148

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.69%

 BLUE value IS 72 (28.52% from 255) = 14.85%

R = 35.46%
G = 49.69%
B = 14.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#ACF148 (or 0xACF148) is known color: Conifer. HEX triplet: AC, F1 and 48. RGB value is (172,241,72). Sum of RGB (Red+Green+Blue) = 172+241+72=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF148 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF148 is #530EB7. Grayscale: #C9C9C9. Windows color (decimal): -5443256 or 4780460. OLE color: 4780460.

HSL color Cylindrical-coordinate representation of color #ACF148: hue angle of 84.5º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACF148 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 72 -
CMYK 0.29 0 0.70 0.05
HSL 84.5º 0.86% 0.61% -
HSV(B) 84.5º 0.7% 0.95% -
XYZ 49.64 72.15 17.44 -
YUV 201.1 55.14 107.24 -
System Red Green Blue C M Y K H S L
Decimal 172 241 72 0.29 0 0.70 0.05 84.5 0.86 0.61
Hex AC F1 48 1D 0 46 5 54 56 3D
Octal 254 361 110 35 0 106 5 124 126 75
Binary 10101100 11110001 1001000 11101 0 1000110 101 1010100 1010110 111101

Color Harmonies of #ACF148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF148

Black with #ACF148

Text Example


Text Example

White with #ACF148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF148; }

 p { color: rgb(172,241,72); }

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

background-color css

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

 a { background-color: rgb(172,241,72); }

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

border-color css

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

 span { border-color: rgb(172,241,72); }

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